DBA Data[Home] [Help]

APPS.PAAPIMP_PKG dependencies on PA_MC_CURRENCY_PKG

Line 1041: G_err_stage := 'CALLING PA_MC_CURRENCY_PKG.SET_OF_BOOKS FUNCTION';

1037: If g_body_debug_mode = 'Y' Then
1038: write_log(LOG, G_err_stack);
1039: end if;
1040:
1041: G_err_stage := 'CALLING PA_MC_CURRENCY_PKG.SET_OF_BOOKS FUNCTION';
1042: l_sob := pa_mc_currency_pkg.set_of_books;
1043:
1044: G_err_stage := 'GET ORG_ID IN GET_MRC_FLAG';
1045: SELECT NVL(org_id,-99)

Line 1042: l_sob := pa_mc_currency_pkg.set_of_books;

1038: write_log(LOG, G_err_stack);
1039: end if;
1040:
1041: G_err_stage := 'CALLING PA_MC_CURRENCY_PKG.SET_OF_BOOKS FUNCTION';
1042: l_sob := pa_mc_currency_pkg.set_of_books;
1043:
1044: G_err_stage := 'GET ORG_ID IN GET_MRC_FLAG';
1045: SELECT NVL(org_id,-99)
1046: INTO l_org_id

Line 1057: -- Bug 988355: g_rsob_tab is declared in the PA_MC_CURRENCY_PKG

1053: FOR v_rsob IN c_reporting_sob (l_sob, l_org_id) LOOP
1054: BEGIN
1055:
1056: i := i + 1;
1057: -- Bug 988355: g_rsob_tab is declared in the PA_MC_CURRENCY_PKG
1058: PA_MC_CURRENCY_PKG.g_rsob_tab(i).rsob_id := v_rsob.ledger_id;
1059: PA_MC_CURRENCY_PKG.g_rsob_tab(i).rcurrency_code := v_rsob.currency_code;
1060:
1061: EXCEPTION

Line 1058: PA_MC_CURRENCY_PKG.g_rsob_tab(i).rsob_id := v_rsob.ledger_id;

1054: BEGIN
1055:
1056: i := i + 1;
1057: -- Bug 988355: g_rsob_tab is declared in the PA_MC_CURRENCY_PKG
1058: PA_MC_CURRENCY_PKG.g_rsob_tab(i).rsob_id := v_rsob.ledger_id;
1059: PA_MC_CURRENCY_PKG.g_rsob_tab(i).rcurrency_code := v_rsob.currency_code;
1060:
1061: EXCEPTION
1062: WHEN OTHERS THEN

Line 1059: PA_MC_CURRENCY_PKG.g_rsob_tab(i).rcurrency_code := v_rsob.currency_code;

1055:
1056: i := i + 1;
1057: -- Bug 988355: g_rsob_tab is declared in the PA_MC_CURRENCY_PKG
1058: PA_MC_CURRENCY_PKG.g_rsob_tab(i).rsob_id := v_rsob.ledger_id;
1059: PA_MC_CURRENCY_PKG.g_rsob_tab(i).rcurrency_code := v_rsob.currency_code;
1060:
1061: EXCEPTION
1062: WHEN OTHERS THEN
1063: G_err_stack := v_old_stack;