DBA Data[Home] [Help]

APPS.CSD_PROCESS_PVT dependencies on WSH_DELIVERIES_PUB

Line 816: -- Parameters for WSH_DELIVERIES_PUB.Delivery_Action.

812: -- Following two variables are defined to fix bug 3437177
813: l_Serial_number_control_code NUMBER;
814: C_SRL_NUM_Cnt_Code_SO_ISSUE CONSTANT NUMBER := 6;
815:
816: -- Parameters for WSH_DELIVERIES_PUB.Delivery_Action.
817: --p_delivery_id NUMBER;
818: p_action_code VARCHAR2(15);
819: p_delivery_name VARCHAR2(30);
820: p_asg_trip_id NUMBER;

Line 1060: -- Call to WSH_DELIVERIES_PUB.Delivery_Action.

1056: THEN
1057: Csd_Gen_Utility_Pvt.ADD('Calling Delivery_Action ');
1058: END IF;
1059:
1060: -- Call to WSH_DELIVERIES_PUB.Delivery_Action.
1061: Wsh_Deliveries_Pub.Delivery_Action(p_api_version_number => 1.0,
1062: p_init_msg_list => p_init_msg_list,
1063: x_return_status => x_return_status,
1064: x_msg_count => x_msg_count,

Line 1061: Wsh_Deliveries_Pub.Delivery_Action(p_api_version_number => 1.0,

1057: Csd_Gen_Utility_Pvt.ADD('Calling Delivery_Action ');
1058: END IF;
1059:
1060: -- Call to WSH_DELIVERIES_PUB.Delivery_Action.
1061: Wsh_Deliveries_Pub.Delivery_Action(p_api_version_number => 1.0,
1062: p_init_msg_list => p_init_msg_list,
1063: x_return_status => x_return_status,
1064: x_msg_count => x_msg_count,
1065: x_msg_data => x_msg_data,

Line 1241: -- Parameters for WSH_DELIVERIES_PUB.Delivery_Action.

1237: x_order_header_rec Aso_Order_Int.Order_Header_rec_type;
1238: x_order_line_tbl Aso_Order_Int.Order_Line_tbl_type;
1239: l_control_rec Aso_Order_Int.control_rec_type;
1240:
1241: -- Parameters for WSH_DELIVERIES_PUB.Delivery_Action.
1242: p_delivery_id NUMBER;
1243: p_action_code VARCHAR2(15);
1244: p_delivery_name VARCHAR2(30);
1245: p_asg_trip_id NUMBER;

Line 2116: -- Call to WSH_DELIVERIES_PUB.Delivery_Action.

2112: -- p_sc_report_set_id := 6; -- check if it is seeded
2113:
2114: Debug('Calling Delivery_Action ', l_mod_name, 1);
2115:
2116: -- Call to WSH_DELIVERIES_PUB.Delivery_Action.
2117: Wsh_Deliveries_Pub.Delivery_Action(p_api_version_number => 1.0,
2118: p_init_msg_list => p_init_msg_list,
2119: x_return_status => x_return_status,
2120: x_msg_count => x_msg_count,

Line 2117: Wsh_Deliveries_Pub.Delivery_Action(p_api_version_number => 1.0,

2113:
2114: Debug('Calling Delivery_Action ', l_mod_name, 1);
2115:
2116: -- Call to WSH_DELIVERIES_PUB.Delivery_Action.
2117: Wsh_Deliveries_Pub.Delivery_Action(p_api_version_number => 1.0,
2118: p_init_msg_list => p_init_msg_list,
2119: x_return_status => x_return_status,
2120: x_msg_count => x_msg_count,
2121: x_msg_data => x_msg_data,