DBA Data[Home] [Help]

APPS.FUN_RULE_PUB dependencies on FUN_RULE_UTILITY_PKG

Line 474: l_application_id := FUN_RULE_UTILITY_PKG.getApplicationID(p_application_short_name);

470: FUN_RULE_MOAC_PKG.SET_MOAC_ACCESS_MODE(m_org_id);
471: END IF;
472:
473:
474: l_application_id := FUN_RULE_UTILITY_PKG.getApplicationID(p_application_short_name);
475:
476: IF(l_application_id IS NULL) THEN
477: l_application_id := FND_GLOBAL.RESP_APPL_ID;
478: END IF;

Line 595: add_parameter('ORGANIZATION' , FUN_RULE_UTILITY_PKG.get_moac_org_id);

591: **********************************************************************************/
592:
593: if(l_param_name = 'ORGANIZATION') then
594: if(NOT containsKey(g_parameter_list,'ORGANIZATION')) then
595: add_parameter('ORGANIZATION' , FUN_RULE_UTILITY_PKG.get_moac_org_id);
596: end if;
597: end if;
598:
599: if(l_param_name = 'USER') then

Line 794: l_application_id := FUN_RULE_UTILITY_PKG.getApplicationID(p_application_short_name);

790: IF (m_org_id IS NOT NULL) THEN
791: FUN_RULE_MOAC_PKG.SET_MOAC_ACCESS_MODE(m_org_id);
792: END IF;
793:
794: l_application_id := FUN_RULE_UTILITY_PKG.getApplicationID(p_application_short_name);
795:
796: IF(l_application_id IS NULL) THEN
797: l_application_id := FND_GLOBAL.RESP_APPL_ID;
798: END IF;

Line 914: add_parameter('ORGANIZATION' , FUN_RULE_UTILITY_PKG.get_moac_org_id);

910: **********************************************************************************/
911:
912: if(l_param_name = 'ORGANIZATION') then
913: if(NOT containsKey(g_parameter_list,'ORGANIZATION')) then
914: add_parameter('ORGANIZATION' , FUN_RULE_UTILITY_PKG.get_moac_org_id);
915: end if;
916: end if;
917:
918: if(l_param_name = 'USER') then

Line 2550: return(FUN_RULE_UTILITY_PKG.getApplicationShortName(m_resultApplicationId));

2546: BEGIN
2547: if (m_resultApplicationId = 0 OR m_resultApplicationId is null) then
2548: return 'FUN';
2549: else
2550: return(FUN_RULE_UTILITY_PKG.getApplicationShortName(m_resultApplicationId));
2551: end if;
2552: END get_message_app_name;
2553:
2554: FUNCTION GET_MULTI_RULE_RESULTS_TABLE RETURN fun_rule_results_table is

Line 2674: l_application_id := FUN_RULE_UTILITY_PKG.getApplicationID(p_application_short_name);

2670:
2671:
2672: refreshGTBulkTable;
2673: init_parameter_list;
2674: l_application_id := FUN_RULE_UTILITY_PKG.getApplicationID(p_application_short_name);
2675:
2676:
2677:
2678: IF(l_application_id IS NULL) THEN