DBA Data[Home] [Help]

APPS.AMW_UTILITY_PVT dependencies on FND_PROFILE

Line 1572: l_profile_value := nvl(fnd_profile.VALUE('AMW_OPINION_NUMBERS_OPTION'),'PERCENTAGE');

1568: l_ineff_ctrl := nvl(p_ineff_ctrl,0);
1569: l_eval_ctrl := nvl(p_eval_ctrl,0);
1570: l_total_ctrl := nvl(p_total_ctrl,0);
1571:
1572: l_profile_value := nvl(fnd_profile.VALUE('AMW_OPINION_NUMBERS_OPTION'),'PERCENTAGE');
1573: /*************************************************************************/
1574: /** 'INEFF' --> Only Not Effective **/
1575: /** 'INEFF_TOTAL' --> Not Effective and Total **/
1576: /** 'INEFF_VERFIED' --> Not Effective and Total Verified **/

Line 1630: l_profile_value := nvl(fnd_profile.VALUE('AMW_OPINION_NUMBERS_OPTION'),'PERCENTAGE');

1626: /** 'INEFF_VERFIED' --> Not Effective and Total Verified **/
1627: /** 'INEFF_VERIFIED_TOTAL' --> Not Effective, Total Verified and Total **/
1628: /** 'PERCENTAGE' --> Percentage of Not Effective over Total **/
1629: /*************************************************************************/
1630: l_profile_value := nvl(fnd_profile.VALUE('AMW_OPINION_NUMBERS_OPTION'),'PERCENTAGE');
1631:
1632: l_sub_process_cert := nvl(p_sub_process_cert,0);
1633: l_total_sub_process_cert := nvl(p_total_sub_process_cert,0);
1634:

Line 1826: IF (FND_PROFILE.VALUE('AMW_DEBUG') = 'N') THEN

1822: l_message VARCHAR2(4000);
1823:
1824: BEGIN
1825:
1826: IF (FND_PROFILE.VALUE('AMW_DEBUG') = 'N') THEN
1827: RETURN;
1828: END IF;
1829:
1830: l_module := v_module;

Line 1832: l_log_level := 5 - FND_PROFILE.VALUE('AMW_DEBUG_LEVEL');

1828: END IF;
1829:
1830: l_module := v_module;
1831: -- Convert to the FND_LOG LEVEL
1832: l_log_level := 5 - FND_PROFILE.VALUE('AMW_DEBUG_LEVEL');
1833: --Create the message text
1834: l_message := 'Object '||v_object_name||'-'||v_object_id||' : '||v_message;
1835:
1836: /*always log message to fnd_file because it will periodically be purged