DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_PVT dependencies on FND_PROFILE

Line 241: If (fnd_profile.value('CSD_BLK_RCV_CHG_IB_OWNER') = 'N') then

237: -- Step - A
238: -- If Profile 'CSD_BLKRCV_CHG_IB_OWNER' is 'NO'
239: -- then set the Party id of the Bulk Receive Rec
240: -- to the IB Owner Party
241: If (fnd_profile.value('CSD_BLK_RCV_CHG_IB_OWNER') = 'N') then
242:
243: If (fnd_log.level_event >= fnd_log.g_current_runtime_level) then
244: fnd_log.STRING (fnd_log.level_event,
245: 'CSD.PLSQL.CSD_BULK_RECEIVE_PVT.PROCESS_BULK_RECEIVE_ITEMS',

Line 575: IF (nvl(fnd_profile.value('CSD_AUTO_CHECK_BULLETINS'),'N') = 'Y') THEN

571:
572: End if;
573:
574: -- swai: 12.1.1 bug 7176940 - check service bulletins after RO creation
575: IF (nvl(fnd_profile.value('CSD_AUTO_CHECK_BULLETINS'),'N') = 'Y') THEN
576: CSD_RO_BULLETINS_PVT.LINK_BULLETINS_TO_RO(
577: p_api_version_number => 1.0,
578: p_init_msg_list => Fnd_Api.G_FALSE,
579: p_commit => Fnd_Api.G_FALSE,

Line 795: IF (nvl(fnd_profile.value('CSD_AUTO_CHECK_BULLETINS'),'N') = 'Y') THEN

791:
792: End if;
793:
794: -- swai: 12.1.1 bug 7176940 - check service bulletins after RO creation
795: IF (nvl(fnd_profile.value('CSD_AUTO_CHECK_BULLETINS'),'N') = 'Y') THEN
796: CSD_RO_BULLETINS_PVT.LINK_BULLETINS_TO_RO(
797: p_api_version_number => 1.0,
798: p_init_msg_list => Fnd_Api.G_FALSE,
799: p_commit => Fnd_Api.G_FALSE,

Line 870: If ( fnd_profile.value('CSD_BLK_RCV_DEFAULT_SUB_INV') is null) then

866: For c_auto_receive_rec in c_auto_receive(p_transaction_number)
867: Loop
868:
869: -- Verify if the Sub Inv is set
870: If ( fnd_profile.value('CSD_BLK_RCV_DEFAULT_SUB_INV') is null) then
871:
872: Fnd_file.put_line(fnd_file.log,'Error : Bulk Receive Sub Inventory Profile is Null');
873: Fnd_file.put_line(fnd_file.log,'Error : Unable to Auto Receive');
874: