DBA Data[Home] [Help]

APPS.PA_TXN_ACCUMS dependencies on GL_SETS_OF_BOOKS

Line 2909: gl_sets_of_books sob

2905: pa_expenditure_types et,
2906: pa_expenditure_items_all ei,
2907: pa_cost_distribution_lines_all cdl,
2908: pa_implementations pi,
2909: gl_sets_of_books sob
2910: WHERE
2911: -- cdl.project_id BETWEEN x_start_project_id AND x_end_project_id -- Modified for bug 3736097
2912: cdl.project_id = x_start_project_id
2913: AND cdl.ROWID = CHARTOROWID(crowid)

Line 3251: gl_sets_of_books sob

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
3253: dr.project_id = x_start_project_id -- BETWEEN x_start_project_id AND x_end_project_id Commented for Bug # 3736097
3254: AND dr.ROWID = CHARTOROWID(rrowid)
3255: AND NVL(dr.resource_accumulated_flag,'S') =

Line 3469: gl_sets_of_books sob

3465: pa_event_types evt,
3466: pa_cust_event_rev_dist_lines erdl,
3467: pa_draft_revenues dr,
3468: pa_implementations pi,
3469: gl_sets_of_books sob
3470: WHERE
3471: dr.project_id = x_start_project_id -- BETWEEN x_start_project_id AND x_end_project_id commented for Bug # 3736097
3472: AND dr.ROWID = CHARTOROWID(rrowid)
3473: AND NVL(dr.resource_accumulated_flag,'S') =

Line 3745: gl_sets_of_books sob

3741: gl_date_period_map p,
3742: gl_date_period_map g,
3743: pa_draft_revenues dr,
3744: pa_implementations pi,
3745: gl_sets_of_books sob
3746: WHERE
3747: dr.project_id = x_start_project_id
3748: AND dr.ROWID = CHARTOROWID(rrowid)
3749: AND NVL(dr.resource_accumulated_flag,'S') = DECODE(x_mode,'I','S','F',NVL(dr.resource_accumulated_flag,'S'),'S')