DBA Data[Home] [Help]

APPS.DPP_LOG_PVT dependencies on FND_PROFILE

Line 73: l_profile_option_value := fnd_profile.VALUE('DPP_AUDIT_ENABLED');

69: --
70: -- API body
71: --
72:
73: l_profile_option_value := fnd_profile.VALUE('DPP_AUDIT_ENABLED');
74:
75: IF l_profile_option_value = 'Y' THEN
76:
77: -- Log has Agreement Status, Headers has Transaction Status

Line 213: l_profile_option_value := fnd_profile.VALUE('DPP_AUDIT_ENABLED');

209: --
210: -- API body
211: --
212:
213: l_profile_option_value := fnd_profile.VALUE('DPP_AUDIT_ENABLED');
214:
215: IF l_profile_option_value = 'Y' THEN
216:
217: FOR i in l_txn_lines_tbl.FIRST..l_txn_lines_tbl.LAST

Line 351: l_profile_option_value := fnd_profile.VALUE('DPP_AUDIT_ENABLED');

347: --
348: -- API body
349: --
350:
351: l_profile_option_value := fnd_profile.VALUE('DPP_AUDIT_ENABLED');
352:
353: IF l_profile_option_value = 'Y' THEN
354:
355: FOR i in l_claim_lines_tbl.FIRST..l_claim_lines_tbl.LAST