DBA Data[Home] [Help]

APPS.HR_AU_SUPER_API dependencies on PY_ELEMENT_ENTRY_API

Line 20: | in calls to py_element_entry_api.

16: | validates the super fund given
17: | apunekar 24-MAY-2001 115.5 1620646 Changed query in get_payment_id
18: | function
19: | jkarouza 05-MAR-2002 115.6 2246310 Added new parameter p_override_user_ent_chk
20: | in calls to py_element_entry_api.
21: | jkarouza 22-MAR-2002 115.7 Added set verify off.
22: | Ragovind 20-NOV-2002 115.8 2665475 Modified the cursor csr_get_super_fund for Performance and removed default for gscc compliance.
23: | Ragovind 04-DEC-2002 115.9 2665475 Modified the cursor csr_get_super_fund for performance improvement and to avoid FTS and added NOCOPY
24: | srrajago 07-JUN-2004 115.10 3648796 Performance Fix to remove FTS. Assigned the correct element name to the variable

Line 403: py_element_entry_api.update_element_entry

399: ,p_super_fund_name
400: ,l_session_date
401: );
402: --
403: py_element_entry_api.update_element_entry
404: (p_validate => p_validate
405: ,p_datetrack_update_mode => p_mode
406: ,p_effective_date => l_session_date
407: ,p_business_group_id => p_business_group_id

Line 567: py_element_entry_api.create_element_entry

563: ,p_super_fund_name
564: ,p_effective_date
565: );
566: --
567: py_element_entry_api.create_element_entry
568: (p_validate => p_validate
569: ,p_effective_date => p_effective_date
570: ,p_business_group_id => p_business_group_id
571: ,p_original_entry_id => p_original_entry_id