DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPLINE_PKG dependencies on PA_PROJECTS_ALL

Line 202: PA_PROJECTS_ALL PAP, -- AP_WEB_PA_PROJECTS_V PAP, -- bug 1652647

198: XL.merchant_name
199: FROM ap_expense_report_params XP,
200: ap_expense_report_lines XL,
201: ap_lookup_codes LC,
202: PA_PROJECTS_ALL PAP, -- AP_WEB_PA_PROJECTS_V PAP, -- bug 1652647
203: PA_TASKS_EXPEND_V PAT, -- AP_WEB_PA_PROJECTS_TASKS_V PAT, -- bug 1652647
204: GMS_AWARDS GMS,
205: AP_POL_VIOLATIONS_V AV
206: WHERE XL.report_header_id = p_report_header_id

Line 307: PA_PROJECTS_ALL PAP, -- AP_WEB_PA_PROJECTS_V PAP, -- bug 1652647

303: ap_expense_report_lines XL,
304: ap_expense_report_headers XH,
305: ap_credit_card_trxns CC,
306: ap_lookup_codes LC,
307: PA_PROJECTS_ALL PAP, -- AP_WEB_PA_PROJECTS_V PAP, -- bug 1652647
308: PA_TASKS_EXPEND_V PAT, -- AP_WEB_PA_PROJECTS_TASKS_V PAT -- bug 1652647
309: GMS_AWARDS GMS,
310: AP_POL_VIOLATIONS_V AV
311: WHERE XL.report_header_id = p_report_header_id

Line 398: PA_PROJECTS_ALL PAP, -- AP_WEB_PA_PROJECTS_V PAP, -- bug 1652647

394: FROM ap_expense_report_params XP,
395: ap_expense_report_lines XL,
396: ap_expense_report_headers XH,
397: ap_lookup_codes LC,
398: PA_PROJECTS_ALL PAP, -- AP_WEB_PA_PROJECTS_V PAP, -- bug 1652647
399: PA_TASKS_EXPEND_V PAT, -- AP_WEB_PA_PROJECTS_TASKS_V PAT -- bug 1652647
400: GMS_AWARDS GMS,
401: AP_POL_VIOLATIONS_V AV
402: WHERE XL.report_header_id = p_report_header_id

Line 503: PA_PROJECTS_ALL PAP, -- AP_WEB_PA_PROJECTS_V PAP, -- bug 1652647

499: FROM ap_expense_report_params XP,
500: ap_expense_report_lines XL,
501: ap_credit_card_trxns CC,
502: ap_lookup_codes LC,
503: PA_PROJECTS_ALL PAP, -- AP_WEB_PA_PROJECTS_V PAP, -- bug 1652647
504: PA_TASKS_EXPEND_V PAT -- AP_WEB_PA_PROJECTS_TASKS_V PAT -- bug 1652647
505: WHERE XL.report_header_id = p_report_header_id
506: AND XL.project_id is not null
507: AND XL.task_id is not null

Line 2929: PA_PROJECTS_ALL PAP,

2925: XL.report_line_id
2926: FROM ap_expense_report_params XP,
2927: ap_expense_report_lines XL,
2928: ap_lookup_codes LC,
2929: PA_PROJECTS_ALL PAP,
2930: PA_TASKS_EXPEND_V PAT,
2931: GMS_AWARDS GMS
2932: WHERE XL.report_header_id = p_report_header_id
2933: AND XL.project_id is not null