DBA Data[Home] [Help]

APPS.AP_IMPORT_VALIDATION_PKG dependencies on JG_GLOBE_FLEX_VAL

Line 1081: /* Bug 4014019: Commenting the call to jg_globe_flex_val due to build issues.

1077: '------------------>
1078: l_temp_invoice_status = '||l_temp_invoice_status);
1079: END IF;
1080:
1081: /* Bug 4014019: Commenting the call to jg_globe_flex_val due to build issues.
1082:
1083: ----------------------------------------------------------------------
1084: -- Step 13
1085: -- Check for Invalid Global Flexfield Value.

Line 1094: jg_globe_flex_val.check_attr_value(

1090: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') then
1091: AP_IMPORT_UTILITIES_PKG.Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,
1092: debug_info);
1093: END IF;
1094: jg_globe_flex_val.check_attr_value(
1095: 'APXIIMPT',
1096: p_invoice_rec.global_attribute_category,
1097: p_invoice_rec.global_attribute1,
1098: p_invoice_rec.global_attribute2,

Line 8712: /* Bug 4014019: Commenting the call to jg_globe_flex_val due to build issues.

8708: l_current_invoice_status := l_temp_line_status;
8709: END IF;
8710: END IF;
8711:
8712: /* Bug 4014019: Commenting the call to jg_globe_flex_val due to build issues.
8713:
8714: --------------------------------------------------------
8715: -- Step 24
8716: -- check for Invalid Line Global Flexfield

Line 8723: jg_globe_flex_val.check_attr_value(

8719: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') then
8720: AP_IMPORT_UTILITIES_PKG.Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,
8721: debug_info);
8722: END IF;
8723: jg_globe_flex_val.check_attr_value(
8724: 'APXIIMPT',
8725: p_invoice_lines_tab(i).global_attribute_category,
8726: p_invoice_lines_tab(i).global_attribute1,
8727: p_invoice_lines_tab(i).global_attribute2,

Line 8912: IF ( jg_globe_flex_val.reassign_context_code(

8908: END IF;
8909:
8910: -- > IN global context code in interface table
8911: -- > OUT NOCOPY global context code in base table
8912: IF ( jg_globe_flex_val.reassign_context_code(
8913: p_invoice_lines_tab(i).global_attribute_category) <> TRUE) THEN
8914:
8915: jg_globe_flex_val.reject_invalid_context_code(
8916: 'APXIIMPT',

Line 8915: jg_globe_flex_val.reject_invalid_context_code(

8911: -- > OUT NOCOPY global context code in base table
8912: IF ( jg_globe_flex_val.reassign_context_code(
8913: p_invoice_lines_tab(i).global_attribute_category) <> TRUE) THEN
8914:
8915: jg_globe_flex_val.reject_invalid_context_code(
8916: 'APXIIMPT',
8917: AP_IMPORT_INVOICES_PKG.g_invoice_lines_table,
8918: p_invoice_lines_tab(i).invoice_line_id,
8919: p_default_last_updated_by,

Line 8928: 'jg_globe_flex_val.reject_invalid_context_code<-' ||current_calling_sequence);

8924:
8925: IF (l_temp_line_status <> 'Y') THEN
8926: IF (AP_IMPORT_INVOICES_PKG.g_debug_switch = 'Y') then
8927: AP_IMPORT_UTILITIES_PKG.Print(AP_IMPORT_INVOICES_PKG.g_debug_switch,
8928: 'jg_globe_flex_val.reject_invalid_context_code<-' ||current_calling_sequence);
8929: END IF;
8930: RAISE check_lines_failure;
8931: END IF;
8932: