DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_COSTING dependencies on PA_TRANSACTION_INTERFACE_ALL

Line 59: from pa_transaction_interface_all it,

55: select 'NOT IMPORTED'
56: from dual
57: where exists (
58: select 'X'
59: from pa_transaction_interface_all it,
60: pa_projects t
61: where it.project_number = t.segment1
62: and t.project_id = p_project_id
63: and ( p_active_flag <> 'A'