DBA Data[Home] [Help]

APPS.AP_WEB_UPGRADE_REPORT_DIST_PKG dependencies on AP_WEB_ACCTG_PKG

Line 141: rd.cost_center = nvl(ap_web_acctg_pkg.getcostcenter(

137: rd.project_id = xl.project_id,
138: rd.task_id = xl.task_id,
139: rd.award_id = xl.award_id,
140: rd.expenditure_organization_id = xl.expenditure_organization_id,
141: rd.cost_center = nvl(ap_web_acctg_pkg.getcostcenter(
142: xl.code_combination_id, xl.chart_of_accounts_id), xl.flex_concatenated)
143: WHEN NOT MATCHED THEN INSERT (
144: rd.report_distribution_id,
145: rd.report_line_id,

Line 176: nvl(ap_web_acctg_pkg.getcostcenter(

172: xl.task_id,
173: xl.award_id,
174: xl.expenditure_organization_id,
175: xl.code_combination_id,
176: nvl(ap_web_acctg_pkg.getcostcenter(
177: xl.code_combination_id, xl.chart_of_accounts_id), xl.flex_concatenated));
178:
179: l_debug_info := 'Null out obsolete columns from lines table.';
180: put_line('-- Null out obsolete columns from lines table --');