DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on JG_GLOBE_FLEX_VAL

Line 2936: -- Bug 4014019: Commenting the call to jg_globe_flex_val due to build issues.

2932: ||' l_supplier_hold_reason = ' ||l_supplier_hold_reason );
2933: END IF;
2934:
2935: -- Bug 7588730: Start: Uncommenting the code which is required to initiliaze GDF for JG.
2936: -- Bug 4014019: Commenting the call to jg_globe_flex_val due to build issues.
2937:
2938: -----------------------------------------------------
2939: -- Step 15.1b
2940: -- Update global_context_code with the right

Line 2953: IF ( jg_globe_flex_val.reassign_context_code(

2949: -- > IN global context code in interface table
2950: -- > OUT NOCOPY global context code in base table
2951:
2952:
2953: IF ( jg_globe_flex_val.reassign_context_code(
2954: l_invoice_rec.global_attribute_category) <> TRUE) THEN
2955: --Bug8876668
2956: jg_globe_flex_val.reject_invalid_context_code(
2957: 'APXIIMPT',

Line 2956: jg_globe_flex_val.reject_invalid_context_code(

2952:
2953: IF ( jg_globe_flex_val.reassign_context_code(
2954: l_invoice_rec.global_attribute_category) <> TRUE) THEN
2955: --Bug8876668
2956: jg_globe_flex_val.reject_invalid_context_code(
2957: 'APXIIMPT',
2958: AP_IMPORT_INVOICES_PKG.g_invoices_table,
2959: l_invoice_rec.invoice_id,
2960: l_default_last_updated_by,