DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_PVT dependencies on FND_PROFILE

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

272: -- Step - A
273: -- If Profile 'CSD_BLKRCV_CHG_IB_OWNER' is 'NO'
274: -- then set the Party id of the Bulk Receive Rec
275: -- to the IB Owner Party
276: If (fnd_profile.value('CSD_BLK_RCV_CHG_IB_OWNER') = 'N') then
277:
278: If (fnd_log.level_event >= fnd_log.g_current_runtime_level) then
279: fnd_log.STRING (fnd_log.level_event,
280: 'CSD.PLSQL.CSD_BULK_RECEIVE_PVT.PROCESS_BULK_RECEIVE_ITEMS',

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

606:
607: End if;
608:
609: -- swai: 12.1.1 bug 7176940 - check service bulletins after RO creation
610: IF (nvl(fnd_profile.value('CSD_AUTO_CHECK_BULLETINS'),'N') = 'Y') THEN
611: CSD_RO_BULLETINS_PVT.LINK_BULLETINS_TO_RO(
612: p_api_version_number => 1.0,
613: p_init_msg_list => Fnd_Api.G_FALSE,
614: p_commit => Fnd_Api.G_FALSE,

Line 656: if NVL(FND_PROFILE.value('CSD_EXP_RCPT_FOR_BLKRCV'),'N') = 'Y' THEN

652:
653: End Loop; -- End of c_reprocess_ro_rec loop
654:
655: -- 12.2 subhat
656: if NVL(FND_PROFILE.value('CSD_EXP_RCPT_FOR_BLKRCV'),'N') = 'Y' THEN
657: --
658: If (fnd_log.level_procedure >= fnd_log.g_current_runtime_level) then
659: fnd_log.STRING (fnd_log.level_procedure,
660: 'CSD.PLSQL.CSD_BULK_RECEIVE_PVT.PROCESS_BULK_RECEIVE_ITEMS',

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

1503:
1504: End if;
1505:
1506: -- swai: 12.1.1 bug 7176940 - check service bulletins after RO creation
1507: IF (nvl(fnd_profile.value('CSD_AUTO_CHECK_BULLETINS'),'N') = 'Y') THEN
1508: CSD_RO_BULLETINS_PVT.LINK_BULLETINS_TO_RO(
1509: p_api_version_number => 1.0,
1510: p_init_msg_list => Fnd_Api.G_FALSE,
1511: p_commit => Fnd_Api.G_FALSE,

Line 1551: if NVL(FND_PROFILE.value('CSD_MATCH_SR_RO_RMA_FOR_BLKRCV'),'Y') = 'Y' then

1547: ( p_msg_count => l_msg_count,
1548: p_msg_data => l_msg_data);
1549:
1550: -- 12.1.2 BR ER FP changes subhat
1551: if NVL(FND_PROFILE.value('CSD_MATCH_SR_RO_RMA_FOR_BLKRCV'),'Y') = 'Y' then
1552: update csd_product_transactions
1553: set unplanned_receipt_flag = 'Y'
1554: where repair_line_id = l_repair_line_id
1555: and action_type = 'RMA';

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

1585: For c_auto_receive_rec in c_auto_receive(p_transaction_number)
1586: Loop
1587:
1588: -- Verify if the Sub Inv is set
1589: If ( fnd_profile.value('CSD_BLK_RCV_DEFAULT_SUB_INV') is null) then
1590:
1591: Fnd_file.put_line(fnd_file.log,'Error : Bulk Receive Sub Inventory Profile is Null');
1592: Fnd_file.put_line(fnd_file.log,'Error : Unable to Auto Receive');
1593: