DBA Data[Home] [Help]

APPS.IGC_CC_SYSTEM_OPTIONS_PKG dependencies on PO_HEADERS

Line 752: FROM po_headers

748: WHERE cc_num = x_cc_num;
749:
750: SELECT count(*)
751: INTO x_po_num_exists
752: FROM po_headers
753: WHERE segment1 = x_cc_num;
754:
755: IF ((x_cc_num_exists > 0) OR (x_po_num_exists > 0)) THEN
756: -- sb: logic is wrong here. It should be