DBA Data[Home] [Help]

APPS.FV_ECON_BENF_DISC_PVT dependencies on FV_INSTALL

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

532: X_CVOF_Rate FV_VALUE_OF_FUND_PERIODS.CURR_VALUE_OF_FUNDS_PERCENT%TYPE;
533: X_terms_type FV_TERMS_TYPES.TERMS_TYPE%TYPE;
534: X_Err_Nbr NUMBER ;
535: X_Err_Stage VARCHAR2(120);
536: --MOAC changes: Removed the org_id parameter in the call to FV_INSTALL.enabled
537: -- x_org_id number := to_number(fnd_profile.value('ORG_ID'));
538: v_fv_enabled BOOLEAN;
539: errbuf varchar2(1000);
540: retcode varchar2(2);

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

544: into X_Invoice_Num
545: from ap_invoices_all
546: where invoice_id = X_Invoice_id;
547:
548: --MOAC changes: Removed the org_id parameter in the call to FV_INSTALL.enabled
549: v_fv_enabled := fv_install.enabled; -- check if FV is enabled
550:
551: IF v_fv_enabled then
552: -- FV is enabled continue with code

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

545: from ap_invoices_all
546: where invoice_id = X_Invoice_id;
547:
548: --MOAC changes: Removed the org_id parameter in the call to FV_INSTALL.enabled
549: v_fv_enabled := fv_install.enabled; -- check if FV is enabled
550:
551: IF v_fv_enabled then
552: -- FV is enabled continue with code
553: