DBA Data[Home] [Help]

APPS.GHR_ELEMENT_API dependencies on PY_ELEMENT_ENTRY_API

Line 1380: py_element_entry_api.create_element_entry

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

Line 1428: -- py_element_entry_api.create_element_entry will return p_create_warning

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

Line 1468: py_element_entry_api.create_element_entry

1464: and l_session.noa_id_correct is null
1465: then
1466: begin
1467: savepoint cr_ent;
1468: py_element_entry_api.create_element_entry
1469: (p_effective_date => p_effective_date
1470: ,p_business_group_id => l_business_group_id
1471: ,p_assignment_id => p_assignment_id
1472: ,p_element_link_id => l_element_link_id

Line 1633: py_element_entry_api.update_element_entry

1629:
1630:
1631: begin
1632: savepoint upd_ent;
1633: py_element_entry_api.update_element_entry
1634: (p_datetrack_update_mode => l_update_mode
1635: ,p_effective_date => p_effective_date
1636: ,p_business_group_id => l_business_group_id
1637: ,p_element_entry_id => l_element_entry_id

Line 1680: -- py_element_entry_api.update_element_entry will return p_update_warning

1676: End;
1677: End if;
1678: --
1679: -- The following logic does not work until the procedure
1680: -- py_element_entry_api.update_element_entry will return p_update_warning
1681: -- flag.
1682: --
1683: end if;
1684: End if;