DBA Data[Home] [Help]

APPS.GMI_PICK_CONFIRM_PUB dependencies on GMI_PICK_WAVE_CONFIRM_PVT

Line 394: PrintMsg('Before calling GMI_PICK_WAVE_CONFIRM_PVT.PICK_CONFIRM');

390: FND_MSG_PUB.Add;
391: RAISE FND_API.G_EXC_ERROR;
392: END IF;
393:
394: PrintMsg('Before calling GMI_PICK_WAVE_CONFIRM_PVT.PICK_CONFIRM');
395:
396: -- HW BUG#:3142323 changed l_mo_line_tbl to ll_mo_line_tbl
397: -- NC Bug#3483078 send p_commit as FALSE and commit after the call depending on the return status
398: GMI_PICK_WAVE_CONFIRM_PVT.PICK_CONFIRM

Line 398: GMI_PICK_WAVE_CONFIRM_PVT.PICK_CONFIRM

394: PrintMsg('Before calling GMI_PICK_WAVE_CONFIRM_PVT.PICK_CONFIRM');
395:
396: -- HW BUG#:3142323 changed l_mo_line_tbl to ll_mo_line_tbl
397: -- NC Bug#3483078 send p_commit as FALSE and commit after the call depending on the return status
398: GMI_PICK_WAVE_CONFIRM_PVT.PICK_CONFIRM
399: (
400: p_api_version_number => p_api_version
401: , p_init_msg_lst => p_init_msg_list
402: , p_commit => FND_API.G_FALSE