DBA Data[Home] [Help]

APPS.CSP_SUPERSESSIONS_PVT dependencies on CSP_SUPERSEDE_ITEMS_PKG

Line 401: CSP_SUPERSEDE_ITEMS_PKG.insert_row(px_supersede_id => l_supersede_id

397: l_supersede_id := NULL;
398: IF l_item_supplied IS NULL THEN
399: l_item_supplied := l_inventory_item_Id;
400: END IF;
401: CSP_SUPERSEDE_ITEMS_PKG.insert_row(px_supersede_id => l_supersede_id
402: ,p_created_by => -1
403: ,p_creation_date => sysdate
404: ,p_last_updated_by => -1
405: ,p_last_update_date=> sysdate

Line 1074: CSP_SUPERSEDE_ITEMS_PKG.insert_row(px_supersede_id => l_supersede_id

1070: END LOOP;
1071:
1072: --dbms_output.put_line('planned item ' || l_planned_item_id);
1073: l_supersede_id := NULL;
1074: CSP_SUPERSEDE_ITEMS_PKG.insert_row(px_supersede_id => l_supersede_id
1075: ,p_created_by => -1
1076: ,p_creation_date => sysdate
1077: ,p_last_updated_by => -1
1078: ,p_last_update_date=> sysdate