DBA Data[Home] [Help]

APPS.OE_DEFAULT_CONTRACT dependencies on DUAL

Line 23: from dual;

19: oe_debug_pub.add('Entering OE_Default_Contract.Get_Agreement');
20:
21: /*
22: select oe_agreements_s.nextval into l_Agreement_Id
23: from dual;
24:
25: RETURN l_Agreement_Id;
26: */
27: oe_debug_pub.add('Exiting OE_Default_Contract.Get_Agreement, agreement_id: '||to_char(l_Agreement_Id));

Line 56: from dual;

52:
53: /*
54: select oe_discounts_s.nextval
55: into l_Discount_Id
56: from dual;
57:
58: RETURN l_Discount_Id;
59: */
60:

Line 93: from dual;

89:
90: oe_debug_pub.add('Entering OE_Default_Contract.Get_Pricing_Contract');
91:
92: select oe_pricing_contracts_s.nextval into l_Pricing_Contract_Id
93: from dual;
94:
95: oe_debug_pub.add('Exiting OE_Default_Contract.Get_Pricing_Contract, pricing_contract_id: '||to_char(l_Pricing_Contract_Id));
96:
97: RETURN l_Pricing_Contract_Id;