DBA Data[Home] [Help]

APPS.IRC_OFFERS_SWI dependencies on IRC_OFFERS_API

Line 102: irc_offers_api.create_offer

98: );
99: --
100: -- Call API
101: --
102: irc_offers_api.create_offer
103: (p_validate => l_validate
104: ,p_effective_date => p_effective_date
105: ,p_offer_status => p_offer_status
106: ,p_discretionary_job_title => p_discretionary_job_title

Line 308: irc_offers_api.update_offer

304: --
305: --
306: -- Call API
307: --
308: irc_offers_api.update_offer
309: (p_validate => l_validate
310: ,p_effective_date => p_effective_date
311: ,p_offer_status => p_offer_status
312: ,p_discretionary_job_title => p_discretionary_job_title

Line 461: irc_offers_api.delete_offer

457: --
458: --
459: -- Call API
460: --
461: irc_offers_api.delete_offer
462: (p_validate => l_validate
463: ,p_object_version_number => p_object_version_number
464: ,p_offer_id => p_offer_id
465: ,p_effective_date => p_effective_date

Line 562: irc_offers_api.close_offer

558: --
559: --
560: -- Call API
561: --
562: irc_offers_api.close_offer
563: (p_validate => l_validate
564: ,p_effective_date => p_effective_date
565: ,p_applicant_assignment_id => p_applicant_assignment_id
566: ,p_offer_id => p_offer_id

Line 669: irc_offers_api.hold_offer

665: --
666: --
667: -- Call API
668: --
669: irc_offers_api.hold_offer
670: (p_validate => l_validate
671: ,p_effective_date => p_effective_date
672: ,p_offer_id => p_offer_id
673: ,p_respondent_id => p_respondent_id

Line 777: irc_offers_api.release_offer

773: --
774: --
775: -- Call API
776: --
777: irc_offers_api.release_offer
778: (p_validate => l_validate
779: ,p_effective_date => p_effective_date
780: ,p_offer_id => p_offer_id
781: ,p_respondent_id => p_respondent_id

Line 1001: irc_offers_api.create_offer_assignment

997: );
998: --
999: -- Call API
1000: --
1001: irc_offers_api.create_offer_assignment
1002: (p_assignment_id => p_assignment_id
1003: ,p_effective_start_date => p_effective_start_date
1004: ,p_effective_end_date => p_effective_end_date
1005: ,p_business_group_id => p_business_group_id

Line 1366: irc_offers_api.update_offer_assignment

1362: --
1363: --
1364: -- Call API
1365: --
1366: irc_offers_api.update_offer_assignment
1367: (p_assignment_id => p_assignment_id
1368: ,p_effective_start_date => p_effective_start_date
1369: ,p_effective_end_date => p_effective_end_date
1370: ,p_business_group_id => p_business_group_id

Line 1627: irc_offers_api.delete_offer_assignment

1623: --
1624: --
1625: -- Call API
1626: --
1627: irc_offers_api.delete_offer_assignment
1628: (p_validate => l_validate
1629: ,p_effective_date => p_effective_date
1630: ,p_offer_assignment_id => p_offer_assignment_id
1631: );

Line 1722: irc_offers_api.upload_offer_letter

1718: --
1719: --
1720: -- Call API
1721: --
1722: irc_offers_api.upload_offer_letter
1723: (p_validate => l_validate
1724: ,p_offer_letter => p_offer_letter
1725: ,p_offer_id => p_offer_id
1726: ,p_object_version_number => p_object_version_number