DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS dependencies on PA_BUDGET_VERSIONS

Line 101: ) return PA_BUDGET_VERSIONS.budget_version_id%TYPE ;

97: -- This api gives the budget version id for the given project id
98: FUNCTION get_bdgt_version_id
99: (p_project_id IN NUMBER
100: ,p_calling_mode IN VARCHAR2 -- STD / CBC
101: ) return PA_BUDGET_VERSIONS.budget_version_id%TYPE ;
102:
103: -- this api gets the encumbrance type id for the given project id
104:
105: FUNCTION get_encum_type_id