What are Most Common types of Complex master-detail
relationships?
Answer / guest
There are three most common types of complex master-detail
relationships:
master with dependent details
master with independent details
detail with two masters
| Is This Answer Correct ? | 2 Yes | 0 No |
i have 9 values in a table i.e -99 -56 -32 41 -2 33 95 -88 55 my question is that i wanna elimenate all -ve values and wann sum of + values in report i m using devsuite 10g its urgent kindly if anyone knows that answer message me the following yahoo id thanx ALI smalipaki@yahoo.com
what is the sequence of firing triggers in forms?
What are the Built-ins to display the user-named editor?
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
What is an Alert ?
Can u explain me the Restricted and unrestricted procedure in Forms And reports and example as well ??
What are display items?
What is a record group?
what is the use of between page trigers in REPORTS... (please give answer in a explanatory way...if possible give screen shots also...)
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?
What is the difference between setting up of parameters in reports 2.0 reports ?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;