DBA Data[Home] [Help]

APPS.IGC_CC_COMPLETE_COVER_PKG dependencies on STANDARD

Line 129: and type_lookup_code = 'STANDARD';

125: Cursor C_purchase_orders ( x_cc_num IN IGC_CC_HEADERS.CC_NUM%TYPE ) IS
126: Select po_header_id
127: from PO_HEADERS
128: where segment1 = x_cc_num
129: and type_lookup_code = 'STANDARD';
130:
131: /*modifed for 3199488 - fnd logging changes*/
132: /*ocedure Writelog (l_full_path, p_mesg in varchar2)IS
133: Begin