DBA Data[Home] [Help]

APPS.PA_FP_COPY_ACTUALS_PUB dependencies on PA_BUDGET_LINES

Line 843: from pa_budget_lines pbl

839: AND ( ra.transaction_source_code is not null
840: OR
841: (ra.transaction_source_code is null and NOT exists
842: ( select 1
843: from pa_budget_lines pbl
844: where pbl.resource_assignment_id = ra.resource_assignment_id
845: and pbl.start_date >= l_etc_start_date
846: )
847: )

Line 860: from pa_budget_lines pbl

856: AND ( ra.transaction_source_code is not null
857: OR
858: (ra.transaction_source_code is null and NOT exists
859: ( select 1
860: from pa_budget_lines pbl
861: where pbl.resource_assignment_id = ra.resource_assignment_id
862: )
863: )
864: );