DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPLINE_PKG dependencies on PA_TASKS_EXPEND_V

Line 203: PA_TASKS_EXPEND_V PAT, -- AP_WEB_PA_PROJECTS_TASKS_V PAT, -- bug 1652647

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
207: AND XL.project_id is not null

Line 308: PA_TASKS_EXPEND_V PAT, -- AP_WEB_PA_PROJECTS_TASKS_V PAT -- bug 1652647

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
312: AND XL.report_header_id = XH.report_header_id

Line 399: PA_TASKS_EXPEND_V PAT, -- AP_WEB_PA_PROJECTS_TASKS_V PAT -- bug 1652647

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
403: AND XL.report_header_id = XH.report_header_id

Line 504: PA_TASKS_EXPEND_V PAT -- AP_WEB_PA_PROJECTS_TASKS_V PAT -- bug 1652647

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
508: AND XL.web_parameter_id = XP.parameter_id

Line 2930: PA_TASKS_EXPEND_V PAT,

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
2934: AND XL.task_id is not null