DBA Data[Home] [Help]

APPS.PAY_CN_DEDUCTIONS dependencies on HR_CN_API

Line 307: -- p_token_name NOCOPY hr_cn_api.char_tab_type --

303: -- p_effective_start_date DATE --
304: -- p_effective_end_date DATE --
305: -- IN/ OUT : --
306: -- OUT : p_message_name NOCOPY VARCHAR2 --
307: -- p_token_name NOCOPY hr_cn_api.char_tab_type --
308: -- p_token_value NOCOPY hr_cn_api.char_tab_type --
309: -- --
310: --------------------------------------------------------------------------
311: PROCEDURE check_cont_base_setup

Line 308: -- p_token_value NOCOPY hr_cn_api.char_tab_type --

304: -- p_effective_end_date DATE --
305: -- IN/ OUT : --
306: -- OUT : p_message_name NOCOPY VARCHAR2 --
307: -- p_token_name NOCOPY hr_cn_api.char_tab_type --
308: -- p_token_value NOCOPY hr_cn_api.char_tab_type --
309: -- --
310: --------------------------------------------------------------------------
311: PROCEDURE check_cont_base_setup
312: (p_organization_id IN NUMBER

Line 332: ,p_token_name OUT NOCOPY hr_cn_api.char_tab_type

328: ,p_er_fixed_amount IN NUMBER
329: ,p_effective_start_date IN DATE
330: ,p_effective_end_date IN DATE
331: ,p_message_name OUT NOCOPY VARCHAR2
332: ,p_token_name OUT NOCOPY hr_cn_api.char_tab_type
333: ,p_token_value OUT NOCOPY hr_cn_api.char_tab_type
334: );
335:
336: --------------------------------------------------------------------------

Line 333: ,p_token_value OUT NOCOPY hr_cn_api.char_tab_type

329: ,p_effective_start_date IN DATE
330: ,p_effective_end_date IN DATE
331: ,p_message_name OUT NOCOPY VARCHAR2
332: ,p_token_name OUT NOCOPY hr_cn_api.char_tab_type
333: ,p_token_value OUT NOCOPY hr_cn_api.char_tab_type
334: );
335:
336: --------------------------------------------------------------------------
337: -- --

Line 352: -- p_token_name NOCOPY hr_cn_api.char_tab_type --

348: -- p_effective_start_date DATE --
349: -- p_effective_end_date DATE --
350: -- IN/ OUT : --
351: -- OUT : p_message_name NOCOPY VARCHAR2 --
352: -- p_token_name NOCOPY hr_cn_api.char_tab_type --
353: -- p_token_value NOCOPY hr_cn_api.char_tab_type --
354: -- --
355: --------------------------------------------------------------------------
356: PROCEDURE check_phf_si_rates_setup

Line 353: -- p_token_value NOCOPY hr_cn_api.char_tab_type --

349: -- p_effective_end_date DATE --
350: -- IN/ OUT : --
351: -- OUT : p_message_name NOCOPY VARCHAR2 --
352: -- p_token_name NOCOPY hr_cn_api.char_tab_type --
353: -- p_token_value NOCOPY hr_cn_api.char_tab_type --
354: -- --
355: --------------------------------------------------------------------------
356: PROCEDURE check_phf_si_rates_setup
357: (p_organization_id IN NUMBER

Line 365: ,p_token_name OUT NOCOPY hr_cn_api.char_tab_type

361: ,p_hukou_type IN VARCHAR2
362: ,p_effective_start_date IN DATE
363: ,p_effective_end_date IN DATE
364: ,p_message_name OUT NOCOPY VARCHAR2
365: ,p_token_name OUT NOCOPY hr_cn_api.char_tab_type
366: ,p_token_value OUT NOCOPY hr_cn_api.char_tab_type
367: );
368:
369: END pay_cn_deductions;

Line 366: ,p_token_value OUT NOCOPY hr_cn_api.char_tab_type

362: ,p_effective_start_date IN DATE
363: ,p_effective_end_date IN DATE
364: ,p_message_name OUT NOCOPY VARCHAR2
365: ,p_token_name OUT NOCOPY hr_cn_api.char_tab_type
366: ,p_token_value OUT NOCOPY hr_cn_api.char_tab_type
367: );
368:
369: END pay_cn_deductions;