DBA Data[Home] [Help]

APPS.CTO_CONFIG_BOM_PK dependencies on OE_SYS_PARAMETERS

Line 132: | should be replaced with a function call to oe_sys_parameters.value

128: |
129: | Modified on 26-Mar-2004 By Sushant Sawant
130: | Fixed Bug#3484511
131: | all queries referencing oe_system_parameters_all
132: | should be replaced with a function call to oe_sys_parameters.value
133: |
134: | Modified : 21-JUN-2004 Sushant Sawant
135: | Fixed bug 3710032.
136: | Substitute components were not copied correctly.

Line 504: select nvl( oe_sys_parameters.value( 'MASTER_ORGANIZATION_ID' , oel.org_id) , -99)

500: oe_debug_pub.add('create_bom_ml: ' || 'Going to fetch Validation Org ' ,2);
501: END IF;
502:
503:
504: select nvl( oe_sys_parameters.value( 'MASTER_ORGANIZATION_ID' , oel.org_id) , -99)
505: into lOEValidationOrg from oe_order_lines_all oel
506: where oel.line_id = pLineId ;
507:
508: