DBA Data[Home] [Help]

APPS.PA_REV_CA dependencies on PA_BILLING_ASSIGNMENTS_ALL

Line 1821: pa_billing_assignments_all bea,

1817: l_ca_contra_event_type,
1818: l_ca_wip_event_type,
1819: l_ca_budget_type
1820: from pa_billing_extensions be,
1821: pa_billing_assignments_all bea,
1822: pa_projects_all p
1823: where p.project_id = p_project_id
1824: and bea.active_flag = 'Y'
1825: and bea.billing_extension_id = be.billing_extension_id

Line 1857: pa_billing_assignments_all bea

1853: l_ca_contra_event_type,
1854: l_ca_wip_event_type,
1855: l_ca_budget_type
1856: from pa_billing_extensions be,
1857: pa_billing_assignments_all bea
1858: where bea.active_flag = 'Y'
1859: and bea.billing_extension_id = be.billing_extension_id
1860: and be.attribute11 = 'COST-ACCRUAL'
1861: and bea.project_type = l_Project_Type