DBA Data[Home] [Help]

APPS.PO_DELREC_PVT dependencies on RCV_TABLE_FUNCTIONS

Line 1219: p_action_rec.ship_from_location_id := rcv_table_functions.get_rsh_row_from_id(p_header_id).ship_from_location_id;

1215: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
1216: FND_LOG.string (FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name || '.begin', 'After Queries, rows= ' || x_fte_rec.source_code.LAST);
1217: END IF;
1218: -- INSERT INTO ben_test VALUES ('GOT HERE TOO', SYSDATE);
1219: p_action_rec.ship_from_location_id := rcv_table_functions.get_rsh_row_from_id(p_header_id).ship_from_location_id;
1220:
1221: WSH_BULK_PROCESS_GRP.create_update_delivery_details
1222: (
1223: p_api_version_number => p_api_version,