DBA Data[Home] [Help]

APPS.POR_RCV_ORD_SV dependencies on RCV_EXPRESS_SV

Line 1260: rcv_express_sv.val_express_transactions(X_group_id,

1256: end;
1257:
1258: /** Validate the Input fields **/
1259: asn_debug.put_line('process_transactions Calling the val_express_transactions');
1260: rcv_express_sv.val_express_transactions(X_group_id,
1261: X_rows_succeeded,
1262: X_rows_failed);
1263: asn_debug.put_line('process_transactions 001 s=' || to_char(X_rows_succeeded));
1264: asn_debug.put_line('process_transactions 002 f=' || to_char(X_rows_failed));