DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on DUAL

Line 549: select 'Y' into v_perform_cost_rollup from dual

545: v_perform_cost_rollup := 'N' ;
546:
547: begin
548:
549: select 'Y' into v_perform_cost_rollup from dual
550: where exists ( select * from bom_cto_src_orgs
551: where line_id = pLineId
552: and cost_rollup = 'Y'
553: and organization_id = lNextRec.cost_organization_id ) ;

Line 574: select 'Y' into v_create_bom from dual

570: v_create_bom := 'N' ;
571:
572: begin
573:
574: select 'Y' into v_create_bom from dual
575: where exists ( select * from bom_cto_src_orgs
576: where line_id = pLineId
577: and create_bom = 'Y'
578: and organization_id = lNextRec.organization_id ) ;