DBA Data[Home] [Help]

APPS.PA_ALLOC_UTILS dependencies on PA_RBS_ELEMENTS

Line 78: FUNCTION Is_RBS_Element_In_Rules ( P_RBS_ELEMENT_ID IN pa_rbs_elements.RBS_ELEMENT_ID%type ) RETURN VARCHAR2;

74: API Created Date : 19-Mar-04
75: API Created By : Vthakkar
76: */
77:
78: FUNCTION Is_RBS_Element_In_Rules ( P_RBS_ELEMENT_ID IN pa_rbs_elements.RBS_ELEMENT_ID%type ) RETURN VARCHAR2;
79:
80: /*
81: API Name : Resource_Name
82: API Desc : This function will be return the name of the resource id depending upon the Allocation Type and

Line 90: p_resource_id IN pa_rbs_elements.RBS_ELEMENT_ID%type ,

86: */
87:
88: Function Resource_Name (
89: p_alloc_type IN Varchar2 ,
90: p_resource_id IN pa_rbs_elements.RBS_ELEMENT_ID%type ,
91: p_rule_id IN pa_alloc_rules.rule_id%type
92: ) Return Varchar2;
93:
94: /*