DBA Data[Home] [Help]

APPS.PA_TXN_ACCUMS dependencies on PA_CUST_REV_DIST_LINES

Line 3040: pa_cust_rev_dist_lines rdl,

3036: FROM
3037: pa_expenditures_all pe,
3038: pa_expenditure_types et,
3039: pa_expenditure_items_all ei,
3040: pa_cust_rev_dist_lines rdl,
3041: pa_draft_revenues dr
3042: WHERE
3043: dr.project_id = x_start_project_id -- BETWEEN x_start_project_id AND x_end_project_id Commented for Bug # 3736097
3044: AND NVL(dr.resource_accumulated_flag,'S') =

Line 3068: pa_cust_rev_dist_lines rdl,

3064: gl_date_period_map g,
3065: pa_expenditures_all pe,
3066: pa_expenditure_types et,
3067: pa_expenditure_items_all ei,
3068: pa_cust_rev_dist_lines rdl,
3069: pa_draft_revenues dr,
3070: pa_implementations pi,
3071: gl_sets_of_books sob
3072: WHERE

Line 3491: pa_cust_rev_dist_lines rdl,

3487: FROM
3488: pa_expenditures_all pe,
3489: pa_expenditure_types et,
3490: pa_expenditure_items_all ei,
3491: pa_cust_rev_dist_lines rdl,
3492: pa_draft_revenues dr
3493: WHERE
3494: dr.project_id = x_start_project_id ---- x_start_project_id and x_end_project_id
3495: AND NVL(dr.resource_accumulated_flag,'S') =