DBA Data[Home] [Help]

APPS.POR_RCV_ORD_SV dependencies on RCV_EXPRESS_SV

Line 1267: rcv_express_sv.val_express_transactions(X_group_id,

1263: end;
1264:
1265: /** Validate the Input fields **/
1266: asn_debug.put_line('process_transactions Calling the val_express_transactions');
1267: rcv_express_sv.val_express_transactions(X_group_id,
1268: X_rows_succeeded,
1269: X_rows_failed);
1270: asn_debug.put_line('process_transactions 001 s=' || to_char(X_rows_succeeded));
1271: asn_debug.put_line('process_transactions 002 f=' || to_char(X_rows_failed));