DBA Data[Home] [Help]

APPS.FUN_RULE_PUB dependencies on FUN_RULE_UTILITY_PKG

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

478: FUN_RULE_MOAC_PKG.SET_MOAC_ACCESS_MODE(m_org_id);
479: END IF;
480:
481:
482: l_application_id := FUN_RULE_UTILITY_PKG.getApplicationID(p_application_short_name);
483:
484: IF(l_application_id IS NULL) THEN
485: l_application_id := FND_GLOBAL.RESP_APPL_ID;
486: END IF;

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

599: **********************************************************************************/
600:
601: if(l_param_name = 'ORGANIZATION') then
602: if(NOT containsKey(g_parameter_list,'ORGANIZATION')) then
603: add_parameter('ORGANIZATION' , FUN_RULE_UTILITY_PKG.get_moac_org_id);
604: end if;
605: end if;
606:
607: if(l_param_name = 'USER') then

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

798: IF (m_org_id IS NOT NULL) THEN
799: FUN_RULE_MOAC_PKG.SET_MOAC_ACCESS_MODE(m_org_id);
800: END IF;
801:
802: l_application_id := FUN_RULE_UTILITY_PKG.getApplicationID(p_application_short_name);
803:
804: IF(l_application_id IS NULL) THEN
805: l_application_id := FND_GLOBAL.RESP_APPL_ID;
806: END IF;

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

918: **********************************************************************************/
919:
920: if(l_param_name = 'ORGANIZATION') then
921: if(NOT containsKey(g_parameter_list,'ORGANIZATION')) then
922: add_parameter('ORGANIZATION' , FUN_RULE_UTILITY_PKG.get_moac_org_id);
923: end if;
924: end if;
925:
926: if(l_param_name = 'USER') then

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

2554: BEGIN
2555: if (m_resultApplicationId = 0 OR m_resultApplicationId is null) then
2556: return 'FUN';
2557: else
2558: return(FUN_RULE_UTILITY_PKG.getApplicationShortName(m_resultApplicationId));
2559: end if;
2560: END get_message_app_name;
2561:
2562: FUNCTION GET_MULTI_RULE_RESULTS_TABLE RETURN fun_rule_results_table is

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

2680:
2681:
2682: refreshGTBulkTable;
2683: init_parameter_list;
2684: l_application_id := FUN_RULE_UTILITY_PKG.getApplicationID(p_application_short_name);
2685:
2686:
2687:
2688: IF(l_application_id IS NULL) THEN