DBA Data[Home] [Help]

APPS.OE_DEFAULT_CONTRACT dependencies on OE_PRICING_CONTRACTS_S

Line 92: select oe_pricing_contracts_s.nextval into l_Pricing_Contract_Id

88: BEGIN
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: