DBA Data[Home] [Help]

APPS.WSH_PR_PICK_SLIP_NUMBER dependencies on WSH_CODE_CONTROL

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

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

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

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

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

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