DBA Data[Home] [Help]

APPS.WSH_PR_PICK_SLIP_NUMBER dependencies on WSH_CODE_CONTROL

Line 345: IF WSH_CODE_CONTROL.Get_Code_Release_Level >= '110509'

341: Otherwise,
342: we read from inv_pr_pick_slip_number.g_pskey_table
343: */
344:
345: IF WSH_CODE_CONTROL.Get_Code_Release_Level >= '110509'
346: THEN
347: l_index := INV_PR_PICK_SLIP_NUMBER.g_pskey_table.first;
348: ELSE
349: l_index := g_pskey_table.first;

Line 393: IF WSH_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN

389: ELSE
390: WHILE l_index IS NOT NULL LOOP
391: l_batch_id := null; /* Since specific P.slip Numbers are used here */
392: --
393: IF WSH_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
394: Print_Pvt(p_report_set_id => WSH_PICK_LIST.G_SEED_DOC_SET,
395: p_organization_id => p_organization_id,
396: p_pick_slip_number => INV_PR_PICK_SLIP_NUMBER.g_pskey_table(l_index).pick_slip_number,
397: p_order_header_id => p_order_header_id,

Line 1019: IF WSH_CODE_CONTROL.Get_Code_Release_Level >= '110509'

1015: x_error_message OUT NOCOPY VARCHAR2 ) IS
1016: BEGIN
1017:
1018: x_api_status := FND_API.G_RET_STS_SUCCESS;
1019: IF WSH_CODE_CONTROL.Get_Code_Release_Level >= '110509'
1020: THEN
1021: INV_PR_PICK_SLIP_NUMBER.g_pskey_table.delete ;
1022: ELSE
1023: g_pskey_table.delete ;