DBA Data[Home] [Help]

APPS.PAY_BTH_BUS dependencies on PAY_MESSAGE_LINES

Line 988: -- PAY_MESSAGE_LINES.

984: -- Check if there is no child row exists in
985: -- PAY_BATCH_LINES,
986: -- PAY_BATCH_CONTROL_TOTALS
987: -- and
988: -- PAY_MESSAGE_LINES.
989: --
990: --
991: -- Pre-conditions :
992: --

Line 1029: from pay_message_lines pml

1025: where bct.batch_id = p_batch_id;
1026: --
1027: cursor csr_message_lines is
1028: select null
1029: from pay_message_lines pml
1030: where pml.source_id = p_batch_id
1031: and pml.source_type = 'H';
1032: --
1033: begin