DBA Data[Home] [Help]

APPS.GHR_ELEMENT_API dependencies on PY_ELEMENT_ENTRY_API

Line 1382: py_element_entry_api.create_element_entry

1378: hr_utility.set_location(l_proc, 4);
1379: --
1380: begin
1381: savepoint cr_ent;
1382: py_element_entry_api.create_element_entry
1383: (p_effective_date => p_effective_date
1384: ,p_business_group_id => l_business_group_id
1385: ,p_assignment_id => p_assignment_id
1386: ,p_element_link_id => l_element_link_id

Line 1430: -- py_element_entry_api.create_element_entry will return p_create_warning

1426: raise;
1427: End;
1428: --
1429: -- The following logic does not work until the procedure
1430: -- py_element_entry_api.create_element_entry will return p_create_warning
1431: -- flag.
1432: --
1433: /*
1434: if not l_create_warning then

Line 1495: py_element_entry_api.create_element_entry

1491: and l_session.noa_id_correct is null
1492: then
1493: begin
1494: savepoint cr_ent;
1495: py_element_entry_api.create_element_entry
1496: (p_effective_date => p_effective_date
1497: ,p_business_group_id => l_business_group_id
1498: ,p_assignment_id => p_assignment_id
1499: ,p_element_link_id => l_element_link_id

Line 1660: py_element_entry_api.update_element_entry

1656:
1657:
1658: begin
1659: savepoint upd_ent;
1660: py_element_entry_api.update_element_entry
1661: (p_datetrack_update_mode => l_update_mode
1662: ,p_effective_date => p_effective_date
1663: ,p_business_group_id => l_business_group_id
1664: ,p_element_entry_id => l_element_entry_id

Line 1707: -- py_element_entry_api.update_element_entry will return p_update_warning

1703: End;
1704: End if;
1705: --
1706: -- The following logic does not work until the procedure
1707: -- py_element_entry_api.update_element_entry will return p_update_warning
1708: -- flag.
1709: --
1710: end if;
1711: End if;