DBA Data[Home] [Help]

APPS.PN_REC_EXP_EXTR_FROM_GL_PKG dependencies on PN_RECOVERY_EXTRACT_PKG

Line 2406: Put_Log('Calling pn_recovery_extract_pkg.extract_line_expense_area with parameters:');

2402: FETCH loc_code INTO l_location_code;
2403: CLOSE loc_code;
2404: END IF;
2405:
2406: Put_Log('Calling pn_recovery_extract_pkg.extract_line_expense_area with parameters:');
2407: Put_Log('Location Code: '||l_location_code);
2408: Put_Log('Property Code: '||l_property_code);
2409: Put_Log('Currency Code: '||l_currency_code);
2410: Put_Log('As Of Date: '||p_as_of_date);

Line 2419: pn_recovery_extract_pkg.extract_line_expense_area

2415: Put_Log('Keep Overrides: '||p_override);
2416: Put_Log('Extract Code: '||p_rec_exp_num);
2417:
2418:
2419: pn_recovery_extract_pkg.extract_line_expense_area
2420: (
2421: errbuf => errbuf,
2422: retcode => retcode,
2423: p_location_code => l_location_code,