DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PUB dependencies on WSH_INTEGRATION

Line 26: l_in_rec_type WSH_INTEGRATION.ShpgUnTrxdInRecType;

22: x_pending_ship OUT NOCOPY INTEGER,
23: x_return_status OUT NOCOPY VARCHAR2
24: ) IS
25: l_tcount INTEGER;
26: l_in_rec_type WSH_INTEGRATION.ShpgUnTrxdInRecType;
27: l_out_rec_type WSH_INTEGRATION.ShpgUnTrxdOutRecType;
28: l_io_rec_type WSH_INTEGRATION.ShpgUnTrxdInOutRecType;
29: l_return_status VARCHAR2(200);
30: l_msg_count NUMBER;

Line 27: l_out_rec_type WSH_INTEGRATION.ShpgUnTrxdOutRecType;

23: x_return_status OUT NOCOPY VARCHAR2
24: ) IS
25: l_tcount INTEGER;
26: l_in_rec_type WSH_INTEGRATION.ShpgUnTrxdInRecType;
27: l_out_rec_type WSH_INTEGRATION.ShpgUnTrxdOutRecType;
28: l_io_rec_type WSH_INTEGRATION.ShpgUnTrxdInOutRecType;
29: l_return_status VARCHAR2(200);
30: l_msg_count NUMBER;
31: l_msg_data VARCHAR2(200);

Line 28: l_io_rec_type WSH_INTEGRATION.ShpgUnTrxdInOutRecType;

24: ) IS
25: l_tcount INTEGER;
26: l_in_rec_type WSH_INTEGRATION.ShpgUnTrxdInRecType;
27: l_out_rec_type WSH_INTEGRATION.ShpgUnTrxdOutRecType;
28: l_io_rec_type WSH_INTEGRATION.ShpgUnTrxdInOutRecType;
29: l_return_status VARCHAR2(200);
30: l_msg_count NUMBER;
31: l_msg_data VARCHAR2(200);
32: l_le_closing_fm_date DATE;

Line 174: Log_Msg(C_LOG_FILE, 'Calling WSH_INTEGRATION.Get_Untrxd_Shpg_Lines_Count.. ');

170: l_in_rec_type.closing_to_date := l_sched_close_date;
171: l_in_rec_type.ORGANIZATION_ID := p_org_id;
172:
173: l_stmt_num := 23;
174: Log_Msg(C_LOG_FILE, 'Calling WSH_INTEGRATION.Get_Untrxd_Shpg_Lines_Count.. ');
175: WSH_INTEGRATION.Get_Untrxd_Shpg_Lines_Count(
176: p_in_attributes => l_in_rec_type,
177: p_out_attributes => l_out_rec_type,
178: p_inout_attributes => l_io_rec_type,

Line 175: WSH_INTEGRATION.Get_Untrxd_Shpg_Lines_Count(

171: l_in_rec_type.ORGANIZATION_ID := p_org_id;
172:
173: l_stmt_num := 23;
174: Log_Msg(C_LOG_FILE, 'Calling WSH_INTEGRATION.Get_Untrxd_Shpg_Lines_Count.. ');
175: WSH_INTEGRATION.Get_Untrxd_Shpg_Lines_Count(
176: p_in_attributes => l_in_rec_type,
177: p_out_attributes => l_out_rec_type,
178: p_inout_attributes => l_io_rec_type,
179: x_return_status => l_return_status,

Line 182: Log_Msg(C_LOG_FILE, 'Completed WSH_INTEGRATION.Get_Untrxd_Shpg_Lines_Count.. ');

178: p_inout_attributes => l_io_rec_type,
179: x_return_status => l_return_status,
180: x_msg_count => l_msg_count,
181: x_msg_data => l_msg_data);
182: Log_Msg(C_LOG_FILE, 'Completed WSH_INTEGRATION.Get_Untrxd_Shpg_Lines_Count.. ');
183:
184: IF l_return_status <> FND_API.g_ret_sts_success THEN
185: x_pending_ship := -1;
186: END IF;