DBA Data[Home] [Help]

APPS.PAY_BCT_BUS dependencies on PAY_MESSAGE_LINES

Line 613: -- PAY_MESSAGE_LINES.

609: --
610: -- Desciption :
611: --
612: -- Check if there is no child row exists in
613: -- PAY_MESSAGE_LINES.
614: --
615: --
616: -- Pre-conditions :
617: --

Line 644: from pay_message_lines pml

640: l_exists varchar2(1);
641: --
642: cursor csr_message_lines is
643: select null
644: from pay_message_lines pml
645: where pml.source_id = p_batch_control_id
646: and pml.source_type = 'C';
647: --
648: begin