DBA Data[Home] [Help]

APPS.CTO_MATCH_AND_RESERVE dependencies on OE_SYS_PARAMETERS

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

444:
445:
446:
447: /* BUGFIX# 3484511 */
448: select nvl( oe_sys_parameters.value( 'MASTER_ORGANIZATION_ID' , oel.org_id) ,-99)
449: into lValidationOrg
450: from oe_order_lines_all oel
451: where oel.line_id = p_model_line_id ;
452: