DBA Data[Home] [Help]

APPS.PA_BUDGET_FUND_PKG dependencies on STANDARD

Line 32: -- p_calling_code : STANDARD/COMMITMENT/BUDGET

28: -- Procedure : get_budget_ctrl_options
29: -- Purpose : To get Budget Control Options for given project id and
30: -- calling mode.
31: --Parameters :
32: -- p_calling_code : STANDARD/COMMITMENT/BUDGET
33: -- x_fck_req_flag --> Y (Yes), N (No), Null (Error)
34: -- x_bdgt_intg_flag --> G (GL) , C (CC) , N (None) , Null (Error)
35:
36: PROCEDURE get_budget_ctrl_options ( p_project_id IN NUMBER,

Line 102: -- Parameters : P_mode S-> Standard , C -> Commitment

98: --
99: -- Function : Is_bdgt_intg_enabled
100: -- Purpose : This functions returns a true/false for a given project_id
101: -- and mode
102: -- Parameters : P_mode S-> Standard , C -> Commitment
103: -- p_budget_version_id
104:
105: FUNCTION Is_bdgt_intg_enabled (p_project_id IN NUMBER,
106: p_mode IN VARCHAR2)