DBA Data[Home] [Help]

APPS.FV_ECON_BENF_DISC_PVT dependencies on FV_INSTALL

Line 554: --MOAC changes: Removed the org_id parameter in the call to FV_INSTALL.enabled

550: X_CVOF_Rate FV_VALUE_OF_FUND_PERIODS.CURR_VALUE_OF_FUNDS_PERCENT%TYPE;
551: X_terms_type FV_TERMS_TYPES.TERMS_TYPE%TYPE;
552: X_Err_Nbr NUMBER ;
553: X_Err_Stage VARCHAR2(120);
554: --MOAC changes: Removed the org_id parameter in the call to FV_INSTALL.enabled
555: -- x_org_id number := to_number(fnd_profile.value('ORG_ID'));
556: v_fv_enabled BOOLEAN;
557: errbuf varchar2(1000);
558: retcode varchar2(2);

Line 566: --MOAC changes: Removed the org_id parameter in the call to FV_INSTALL.enabled

562: into X_Invoice_Num
563: from ap_invoices_all
564: where invoice_id = X_Invoice_id;
565:
566: --MOAC changes: Removed the org_id parameter in the call to FV_INSTALL.enabled
567: v_fv_enabled := fv_install.enabled; -- check if FV is enabled
568:
569: IF v_fv_enabled then
570: -- FV is enabled continue with code

Line 567: v_fv_enabled := fv_install.enabled; -- check if FV is enabled

563: from ap_invoices_all
564: where invoice_id = X_Invoice_id;
565:
566: --MOAC changes: Removed the org_id parameter in the call to FV_INSTALL.enabled
567: v_fv_enabled := fv_install.enabled; -- check if FV is enabled
568:
569: IF v_fv_enabled then
570: -- FV is enabled continue with code
571: