DBA Data[Home] [Help]

APPS.WSH_PR_PICK_SLIP_NUMBER dependencies on INV_PR_PICK_SLIP_NUMBER

Line 342: we read from inv_pr_pick_slip_number.g_pskey_table

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

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

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

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

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

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

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

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

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

Line 1021: INV_PR_PICK_SLIP_NUMBER.g_pskey_table.delete ;

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