DBA Data[Home] [Help]

APPS.PAY_BTH_BUS dependencies on PAY_BATCH_CONTROL_TOTALS

Line 986: -- PAY_BATCH_CONTROL_TOTALS

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: --
990: --

Line 1024: from pay_batch_control_totals bct

1020: where btl.batch_id = p_batch_id;
1021: --
1022: cursor csr_batch_ctl_totals_exists is
1023: select null
1024: from pay_batch_control_totals bct
1025: where bct.batch_id = p_batch_id;
1026: --
1027: cursor csr_message_lines is
1028: select null