DBA Data[Home] [Help]

APPS.HR_POSITION_API dependencies on PQH_POSITION_TRANSACTIONS

Line 137: from pqh_position_transactions

133: from per_mm_positions
134: where new_position_definition_id = p_position_definition_id)
135: or exists (
136: select null
137: from pqh_position_transactions
138: where position_definition_id = p_position_definition_id);
139: --
140: l_dummy varchar2(10);
141: --