DBA Data[Home] [Help]

APPS.PAY_ASSIGNMENT_ACTIONS_PKG dependencies on PAY_MESSAGE_LINES

Line 450: from pay_message_lines pml

446: into l_exists
447: from dual
448: where exists (
449: select null
450: from pay_message_lines pml
451: where pml.source_id = p_assignment_action_id
452: and pml.source_type = 'A');
453: exception
454: when others then