DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_AR_RCTLA_TRIGGER_PKG

Line 748: if JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context (lv_intf_hdr_ctx) then

744:
745: --end additions for bug#7661892
746:
747: /*Commented by kunkumar for Bug#6066813 Start, Bug 6012570 (5876390) */
748: if JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context (lv_intf_hdr_ctx) then
749: /* For project invoices, there is no bond register functionality, so no need to do any processing for bond registers
750: If line context is not PROJECT INVOICE then continue the normal processing flow */
751: --null;
752: --added for bug#9151886, start

Line 1098: if NOT (JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context (lv_intf_hdr_ctx)) then --by mmurtuza for bug 13649994

1094:
1095: --Added by Bo Li for Bug 9705313 Begin
1096: -----------------------------------------------------------------------
1097:
1098: if NOT (JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context (lv_intf_hdr_ctx)) then --by mmurtuza for bug 13649994
1099:
1100: /*OPEN check_rma_credit_cur(v_order_number,ln_order_line_id);*/ /*Commected and added below by mmurtuza for bug 14846750*/
1101: OPEN check_rma_credit_cur(ln_order_line_id);
1102: FETCH check_rma_credit_cur

Line 1962: if JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context (lv_intf_hdr_ctx) then

1958: close c_get_hdr_ctx;*/
1959: --added the following for bug#8310220
1960: lv_intf_hdr_ctx := get_hdr_ctx(pr_new.customer_trx_id,pr_new.customer_trx_line_id);
1961:
1962: if JAI_AR_RCTLA_TRIGGER_PKG.is_this_projects_context (lv_intf_hdr_ctx) then
1963: /* For project invoices, there is no bond register functionality, so no need to do any processing for bond registers
1964: If line context is not PROJECT INVOICE then continue the normal processing flow */
1965: null;
1966: