DBA Data[Home] [Help]

APPS.CST_ACCOUNTINGPERIOD_PUB dependencies on WSH_INTEGRATION

Line 28: l_in_rec_type WSH_INTEGRATION.ShpgUnTrxdInRecType;

24: ) IS
25: l_tcount INTEGER;
26: l_eam_enabled VARCHAR2(1);
27: l_lcm_enabled VARCHAR2(1); /* Support for LCM */
28: l_in_rec_type WSH_INTEGRATION.ShpgUnTrxdInRecType;
29: l_out_rec_type WSH_INTEGRATION.ShpgUnTrxdOutRecType;
30: l_io_rec_type WSH_INTEGRATION.ShpgUnTrxdInOutRecType;
31: l_return_status VARCHAR2(200);
32: l_msg_count NUMBER;

Line 29: l_out_rec_type WSH_INTEGRATION.ShpgUnTrxdOutRecType;

25: l_tcount INTEGER;
26: l_eam_enabled VARCHAR2(1);
27: l_lcm_enabled VARCHAR2(1); /* Support for LCM */
28: l_in_rec_type WSH_INTEGRATION.ShpgUnTrxdInRecType;
29: l_out_rec_type WSH_INTEGRATION.ShpgUnTrxdOutRecType;
30: l_io_rec_type WSH_INTEGRATION.ShpgUnTrxdInOutRecType;
31: l_return_status VARCHAR2(200);
32: l_msg_count NUMBER;
33: l_msg_data VARCHAR2(200);

Line 30: l_io_rec_type WSH_INTEGRATION.ShpgUnTrxdInOutRecType;

26: l_eam_enabled VARCHAR2(1);
27: l_lcm_enabled VARCHAR2(1); /* Support for LCM */
28: l_in_rec_type WSH_INTEGRATION.ShpgUnTrxdInRecType;
29: l_out_rec_type WSH_INTEGRATION.ShpgUnTrxdOutRecType;
30: l_io_rec_type WSH_INTEGRATION.ShpgUnTrxdInOutRecType;
31: l_return_status VARCHAR2(200);
32: l_msg_count NUMBER;
33: l_msg_data VARCHAR2(200);
34: l_le_closing_fm_date DATE;

Line 234: WSH_INTEGRATION.Get_Untrxd_Shpg_Lines_Count(

230: l_in_rec_type.closing_to_date := l_sched_close_date;
231: l_in_rec_type.ORGANIZATION_ID := p_org_id;
232:
233: l_stmt_num := 67;
234: WSH_INTEGRATION.Get_Untrxd_Shpg_Lines_Count(
235: p_in_attributes => l_in_rec_type,
236: p_out_attributes => l_out_rec_type,
237: p_inout_attributes => l_io_rec_type,
238: x_return_status => l_return_status,