DBA Data[Home] [Help]

APPS.PAY_BTL_BUS dependencies on PAY_MESSAGE_LINES

Line 974: -- PAY_MESSAGE_LINES.

970: --
971: -- Desciption :
972: --
973: -- Check if there is no child row exists in
974: -- PAY_MESSAGE_LINES.
975: --
976: --
977: -- Pre-conditions :
978: --

Line 1005: from pay_message_lines pml

1001: l_exists varchar2(1);
1002: --
1003: cursor csr_message_lines is
1004: select null
1005: from pay_message_lines pml
1006: where pml.source_id = p_batch_line_id
1007: and pml.source_type = 'L';
1008: --
1009: begin