DBA Data[Home] [Help]

APPS.WSH_PR_PICK_SLIP_NUMBER dependencies on INV_PR_PICK_SLIP_NUMBER

Line 341: we read from inv_pr_pick_slip_number.g_pskey_table

337:
338: IF WSH is at level before I, we continue to read
339: from wsh_pr_pick_slip_number.g_pskey_table
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

Line 346: l_index := INV_PR_PICK_SLIP_NUMBER.g_pskey_table.first;

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;
349: END IF;
350: --

Line 395: p_pick_slip_number => INV_PR_PICK_SLIP_NUMBER.g_pskey_table(l_index).pick_slip_number,

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,
397: p_batch_id => l_batch_id,
398: p_ps_mode => p_ps_mode ,
399: x_api_status => x_api_status);

Line 401: INV_PR_PICK_SLIP_NUMBER.g_pskey_table.delete(l_index);

397: p_batch_id => l_batch_id,
398: p_ps_mode => p_ps_mode ,
399: x_api_status => x_api_status);
400: -- Remove from table
401: INV_PR_PICK_SLIP_NUMBER.g_pskey_table.delete(l_index);
402: l_index := INV_PR_PICK_SLIP_NUMBER.g_pskey_table.next(l_index);
403: ELSE
404: Print_Pvt(p_report_set_id => WSH_PICK_LIST.G_SEED_DOC_SET,
405: p_organization_id => p_organization_id,

Line 402: l_index := INV_PR_PICK_SLIP_NUMBER.g_pskey_table.next(l_index);

398: p_ps_mode => p_ps_mode ,
399: x_api_status => x_api_status);
400: -- Remove from table
401: INV_PR_PICK_SLIP_NUMBER.g_pskey_table.delete(l_index);
402: l_index := INV_PR_PICK_SLIP_NUMBER.g_pskey_table.next(l_index);
403: ELSE
404: Print_Pvt(p_report_set_id => WSH_PICK_LIST.G_SEED_DOC_SET,
405: p_organization_id => p_organization_id,
406: p_pick_slip_number => g_pskey_table(l_index).pick_slip_number,

Line 1020: INV_PR_PICK_SLIP_NUMBER.g_pskey_table.delete ;

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 ;
1023: END IF;
1024: