DBA Data[Home] [Help]

APPS.INVPVDR7 dependencies on FND_PROFILE

Line 93: -- Retrieving fnd_profile values outside the loop for perf reasons.

89: IF l_inv_debug_level IN(101, 102) THEN
90: INVPUTLI.info('INVPVDR7.validate_item_header7: begin');
91: END IF;
92:
93: -- Retrieving fnd_profile values outside the loop for perf reasons.
94: l_charge_periodicity_class := FND_PROFILE.VALUE('ONT_UOM_CLASS_CHARGE_PERIODICITY');
95: l_SHIKYU_profile := fnd_profile.value('JMF_SHK_CHARGE_BASED_ENABLED');
96:
97: reqst_id := request_id ;

Line 94: l_charge_periodicity_class := FND_PROFILE.VALUE('ONT_UOM_CLASS_CHARGE_PERIODICITY');

90: INVPUTLI.info('INVPVDR7.validate_item_header7: begin');
91: END IF;
92:
93: -- Retrieving fnd_profile values outside the loop for perf reasons.
94: l_charge_periodicity_class := FND_PROFILE.VALUE('ONT_UOM_CLASS_CHARGE_PERIODICITY');
95: l_SHIKYU_profile := fnd_profile.value('JMF_SHK_CHARGE_BASED_ENABLED');
96:
97: reqst_id := request_id ;
98: -- Validate the records

Line 95: l_SHIKYU_profile := fnd_profile.value('JMF_SHK_CHARGE_BASED_ENABLED');

91: END IF;
92:
93: -- Retrieving fnd_profile values outside the loop for perf reasons.
94: l_charge_periodicity_class := FND_PROFILE.VALUE('ONT_UOM_CLASS_CHARGE_PERIODICITY');
95: l_SHIKYU_profile := fnd_profile.value('JMF_SHK_CHARGE_BASED_ENABLED');
96:
97: reqst_id := request_id ;
98: -- Validate the records
99: