DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_AR_RCTLA_TRIGGER_PKG

Line 459: if JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context (lv_intf_hdr_ctx) then

455: FETCH SO_AR_HDR_INFO INTO v_organization_id, v_location_id, v_batch_source_id;
456: CLOSE SO_AR_HDR_INFO ;
457:
458: /*Commented by kunkumar for Bug#6066813 Start, Bug 6012570 (5876390) */
459: if JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context (lv_intf_hdr_ctx) then
460: /* For project invoices, there is no bond register functionality, so no need to do any processing for bond registers
461: If line context is not PROJECT INVOICE then continue the normal processing flow */
462: null;
463: else

Line 1250: if JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context (lv_intf_hdr_ctx) then

1246: open c_get_hdr_ctx;
1247: fetch c_get_hdr_ctx into lv_intf_hdr_ctx;
1248: close c_get_hdr_ctx;
1249:
1250: if JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context (lv_intf_hdr_ctx) then
1251: /* For project invoices, there is no bond register functionality, so no need to do any processing for bond registers
1252: If line context is not PROJECT INVOICE then continue the normal processing flow */
1253: null;
1254: