DBA Data[Home] [Help]

APPS.PA_TXN_ACCUMS dependencies on GL_SETS_OF_BOOKS

Line 2796: gl_sets_of_books sob

2792: pa_expenditure_types et,
2793: pa_expenditure_items_all ei,
2794: pa_cost_distribution_lines_all cdl,
2795: pa_implementations pi,
2796: gl_sets_of_books sob
2797: WHERE
2798: -- cdl.project_id BETWEEN x_start_project_id AND x_end_project_id -- Modified for bug 3736097
2799: cdl.project_id = x_start_project_id
2800: AND cdl.ROWID = CHARTOROWID(crowid)

Line 3071: gl_sets_of_books sob

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

Line 3289: gl_sets_of_books sob

3285: pa_event_types evt,
3286: pa_cust_event_rev_dist_lines erdl,
3287: pa_draft_revenues dr,
3288: pa_implementations pi,
3289: gl_sets_of_books sob
3290: WHERE
3291: dr.project_id = x_start_project_id -- BETWEEN x_start_project_id AND x_end_project_id commented for Bug # 3736097
3292: AND dr.ROWID = CHARTOROWID(rrowid)
3293: AND NVL(dr.resource_accumulated_flag,'S') =

Line 3565: gl_sets_of_books sob

3561: gl_date_period_map p,
3562: gl_date_period_map g,
3563: pa_draft_revenues dr,
3564: pa_implementations pi,
3565: gl_sets_of_books sob
3566: WHERE
3567: dr.project_id = x_start_project_id
3568: AND dr.ROWID = CHARTOROWID(rrowid)
3569: AND NVL(dr.resource_accumulated_flag,'S') = DECODE(x_mode,'I','S','F',NVL(dr.resource_accumulated_flag,'S'),'S')