DBA Data[Home] [Help]

APPS.OKL_FE_STD_RATE_TMPL_PUB dependencies on STANDARD

Line 19: -- procedure to give the details of the Standard Rate Template

15: g_invalid_adj_cat_dates EXCEPTION;
16: g_exception_cannot_update EXCEPTION;
17: g_invalid_start_date EXCEPTION;
18:
19: -- procedure to give the details of the Standard Rate Template
20: --given the Standard Rate Template id and the version number
21:
22: PROCEDURE get_version(p_api_version IN NUMBER
23: ,p_init_msg_list IN VARCHAR2 DEFAULT okl_api.g_false

Line 20: --given the Standard Rate Template id and the version number

16: g_exception_cannot_update EXCEPTION;
17: g_invalid_start_date EXCEPTION;
18:
19: -- procedure to give the details of the Standard Rate Template
20: --given the Standard Rate Template id and the version number
21:
22: PROCEDURE get_version(p_api_version IN NUMBER
23: ,p_init_msg_list IN VARCHAR2 DEFAULT okl_api.g_false
24: ,x_return_status OUT NOCOPY VARCHAR2

Line 100: -- procedure to give the details of the latest version of Standard Rate Template

96: ,x_msg_data
97: ,'_Pub');
98: END get_version;
99:
100: -- procedure to give the details of the latest version of Standard Rate Template
101: -- given the Standard Rate Template Id
102:
103: PROCEDURE get_version(p_api_version IN NUMBER
104: ,p_init_msg_list IN VARCHAR2 DEFAULT okl_api.g_false

Line 101: -- given the Standard Rate Template Id

97: ,'_Pub');
98: END get_version;
99:
100: -- procedure to give the details of the latest version of Standard Rate Template
101: -- given the Standard Rate Template Id
102:
103: PROCEDURE get_version(p_api_version IN NUMBER
104: ,p_init_msg_list IN VARCHAR2 DEFAULT okl_api.g_false
105: ,x_return_status OUT NOCOPY VARCHAR2

Line 179: -- procedure to create a new version of the Standard Rate Template

175: ,x_msg_data
176: ,'_Pub');
177: END get_version;
178:
179: -- procedure to create a new version of the Standard Rate Template
180:
181: PROCEDURE create_version(p_api_version IN NUMBER
182: ,p_init_msg_list IN VARCHAR2 DEFAULT okl_api.g_false
183: ,x_return_status OUT NOCOPY VARCHAR2

Line 249: --procedure to create a Standard Rate Template with the associated Eligibility Criteria

245: ,x_msg_data
246: ,'_Pub');
247: END create_version;
248:
249: --procedure to create a Standard Rate Template with the associated Eligibility Criteria
250:
251: PROCEDURE insert_srt(p_api_version IN NUMBER
252: ,p_init_msg_list IN VARCHAR2 DEFAULT okl_api.g_false
253: ,x_return_status OUT NOCOPY VARCHAR2

Line 323: -- procedure to update a particular version of the Standard Rate Template

319: ,x_msg_data
320: ,'_PUB');
321: END insert_srt;
322:
323: -- procedure to update a particular version of the Standard Rate Template
324:
325: PROCEDURE update_srt(p_api_version IN NUMBER
326: ,p_init_msg_list IN VARCHAR2 DEFAULT okl_api.g_false
327: ,x_return_status OUT NOCOPY VARCHAR2

Line 672: -- procedure to set the default Standard Rate Template

668: ,x_msg_data
669: ,'_Pub');
670: END calc_start_date;
671:
672: -- procedure to set the default Standard Rate Template
673:
674: PROCEDURE update_default(p_api_version IN NUMBER
675: ,p_init_msg_list IN VARCHAR2 DEFAULT okl_api.g_false
676: ,x_return_status OUT NOCOPY VARCHAR2