DBA Data[Home] [Help]

APPS.PA_TXN_ACCUMS dependencies on PA_CUST_REV_DIST_LINES

Line 3220: pa_cust_rev_dist_lines rdl,

3216: FROM
3217: pa_expenditures_all pe,
3218: pa_expenditure_types et,
3219: pa_expenditure_items_all ei,
3220: pa_cust_rev_dist_lines rdl,
3221: pa_draft_revenues dr
3222: WHERE
3223: dr.project_id = x_start_project_id -- BETWEEN x_start_project_id AND x_end_project_id Commented for Bug # 3736097
3224: AND NVL(dr.resource_accumulated_flag,'S') =

Line 3248: pa_cust_rev_dist_lines rdl,

3244: gl_date_period_map g,
3245: pa_expenditures_all pe,
3246: pa_expenditure_types et,
3247: pa_expenditure_items_all ei,
3248: pa_cust_rev_dist_lines rdl,
3249: pa_draft_revenues dr,
3250: pa_implementations pi,
3251: gl_sets_of_books sob
3252: WHERE

Line 3671: pa_cust_rev_dist_lines rdl,

3667: FROM
3668: pa_expenditures_all pe,
3669: pa_expenditure_types et,
3670: pa_expenditure_items_all ei,
3671: pa_cust_rev_dist_lines rdl,
3672: pa_draft_revenues dr
3673: WHERE
3674: dr.project_id = x_start_project_id ---- x_start_project_id and x_end_project_id
3675: AND NVL(dr.resource_accumulated_flag,'S') =