DBA Data[Home] [Help]

APPS.CSP_SUPERSESSIONS_PVT dependencies on CSP_PLANNER_NOTIFICATIONS

Line 775: l_item_rec csp_planner_notifications.item_list_rectype;

771: l_item_id NUMBER;
772: l_replaced_item NUMBER;
773: l_supersede_id NUMBER;
774: l_item_being_planned NUMBER;
775: l_item_rec csp_planner_notifications.item_list_rectype;
776: l_excess_parts_tbl csp_planner_notifications.excess_parts_tbl;
777: l_repairable_to_self varchar2(3);
778: l_excess_quantity number;
779: l_subinv_code varchar2(30);

Line 776: l_excess_parts_tbl csp_planner_notifications.excess_parts_tbl;

772: l_replaced_item NUMBER;
773: l_supersede_id NUMBER;
774: l_item_being_planned NUMBER;
775: l_item_rec csp_planner_notifications.item_list_rectype;
776: l_excess_parts_tbl csp_planner_notifications.excess_parts_tbl;
777: l_repairable_to_self varchar2(3);
778: l_excess_quantity number;
779: l_subinv_code varchar2(30);
780: l_source_subinv_code varchar2(30);

Line 914: CSP_PLANNER_NOTIFICATIONS.Calculate_Excess(

910: EXIT;
911: ELSE*/
912: IF p_subinv_code IS NULL THEN
913: l_item_rec.inventory_item_id := l_item_id;
914: CSP_PLANNER_NOTIFICATIONS.Calculate_Excess(
915: p_organization_id => l_source_org_id
916: ,p_item_rec => l_item_rec
917: ,p_called_from => 'SUPERSEDE'
918: ,p_notification_id => null