DBA Data[Home] [Help]

APPS.DPP_LOG_PVT dependencies on FND_PROFILE

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

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

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

216: --
217: -- API body
218: --
219:
220: l_profile_option_value := fnd_profile.VALUE('DPP_AUDIT_ENABLED');
221:
222: IF l_profile_option_value = 'Y' THEN
223:
224: FOR i in l_txn_lines_tbl.FIRST..l_txn_lines_tbl.LAST

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

360: --
361: -- API body
362: --
363:
364: l_profile_option_value := fnd_profile.VALUE('DPP_AUDIT_ENABLED');
365:
366: IF l_profile_option_value = 'Y' THEN
367:
368: FOR i in l_claim_lines_tbl.FIRST..l_claim_lines_tbl.LAST