DBA Data[Home] [Help]

APPS.ICX_POR_EXT_DIAG dependencies on ICX_POR_EXT_TEST

Line 682: ICX_POR_EXT_TEST.gTestMode),

678: xErrLoc := 120;
679: BEGIN
680: SELECT pl.po_line_id,
681: getContractLineStatus(pl.po_line_id,
682: ICX_POR_EXT_TEST.gTestMode),
683: NVL(mi.concatenated_segments, pl.item_description),
684: pl.category_id
685: INTO xContractLineId,
686: xStatus,

Line 771: ICX_POR_EXT_TEST.gTestMode),

767: prl.sequence_num,
768: prl.org_id,
769: prh.inactive_date,
770: prl.po_line_id,
771: ICX_POR_EXT_TEST.gTestMode),
772: NVL(mi.concatenated_segments, prl.item_description),
773: prl.category_id
774: INTO xStatus,
775: xItemNum,

Line 859: ICX_POR_EXT_TEST.gTestMode),

855: SELECT getASLStatus(pasl.asl_id,
856: pasl.disable_flag,
857: pasl.asl_status_id,
858: mi.list_price_per_unit,
859: ICX_POR_EXT_TEST.gTestMode),
860: pv.vendor_name,
861: mi.concatenated_segments,
862: NVL(pasl.category_id, mic.category_id),
863: hr.name

Line 950: ICX_POR_EXT_TEST.gTestMode),

946: BEGIN
947: SELECT getPurchasingItemStatus(mi.purchasing_enabled_flag,
948: mi.outside_operation_flag,
949: mi.list_price_per_unit,
950: ICX_POR_EXT_TEST.gTestMode),
951: getInternalItemStatus(mi.internal_order_enabled_flag,
952: ICX_POR_EXT_TEST.gTestMode),
953: mi.inventory_item_id,
954: mic.category_id,

Line 952: ICX_POR_EXT_TEST.gTestMode),

948: mi.outside_operation_flag,
949: mi.list_price_per_unit,
950: ICX_POR_EXT_TEST.gTestMode),
951: getInternalItemStatus(mi.internal_order_enabled_flag,
952: ICX_POR_EXT_TEST.gTestMode),
953: mi.inventory_item_id,
954: mic.category_id,
955: hr.name
956: INTO xStatus1,