DBA Data[Home] [Help]

APPS.PA_FUNDS_CONTROL_UTILS dependencies on PA_BUDGET_VERSIONS

Line 104: ) return PA_BUDGET_VERSIONS.budget_version_id%TYPE ;

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