DBA Data[Home] [Help]

APPS.PAY_BTH_BUS dependencies on PAY_BATCH_LINES

Line 985: -- PAY_BATCH_LINES,

981: --
982: -- Desciption :
983: --
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: --

Line 1019: from pay_batch_lines btl

1015: l_exists varchar2(1);
1016: --
1017: cursor csr_batch_lines_exists is
1018: select null
1019: from pay_batch_lines btl
1020: where btl.batch_id = p_batch_id;
1021: --
1022: cursor csr_batch_ctl_totals_exists is
1023: select null