DBA Data[Home] [Help]

APPS.PA_TXN_ACCUMS dependencies on PA_EVENT_TYPES

Line 3439: pa_event_types evt,

3435: LAST_DAY(ev.completion_date) month_ending_date,
3436: NVL(erdl.amount,0) amount
3437: FROM
3438: pa_events ev,
3439: pa_event_types evt,
3440: pa_cust_event_rev_dist_lines erdl,
3441: pa_draft_revenues dr
3442: WHERE
3443: dr.project_id = x_start_project_id -- BETWEEN x_start_project_id AND x_end_project_id commented for Bug # 3736097

Line 3465: pa_event_types evt,

3461: FROM
3462: gl_date_period_map p,
3463: gl_date_period_map g,
3464: pa_events ev,
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

Line 3717: pa_event_types evt,

3713: evt.event_type_classification event_type_classification,
3714: NULL unit_of_measure
3715: FROM
3716: pa_events ev,
3717: pa_event_types evt,
3718: pa_cust_event_rev_dist_lines erdl,
3719: pa_draft_revenues dr
3720: WHERE
3721: dr.project_id = x_start_project_id ---- x_start_project_id and x_end_project_id