DBA Data[Home] [Help]

APPS.HZ_PERSON_INFO_V2PUB dependencies on HZ_EMPLOYMENT_HISTORY_PKG

Line 990: HZ_EMPLOYMENT_HISTORY_PKG.Insert_Row (

986: RAISE FND_API.G_EXC_ERROR;
987: END IF;
988:
989: -- call table handler to insert a row
990: HZ_EMPLOYMENT_HISTORY_PKG.Insert_Row (
991:
992: x_EMPLOYMENT_HISTORY_ID => p_employment_history_rec.employment_history_id,
993: x_BEGIN_DATE => p_employment_history_rec.begin_date,
994: x_PARTY_ID => p_employment_history_rec.party_id,

Line 1115: HZ_employment_history_PKG.Update_Row (

1111: RAISE FND_API.G_EXC_ERROR;
1112: END IF;
1113:
1114: -- call table handler to update a row
1115: HZ_employment_history_PKG.Update_Row (
1116:
1117: x_Rowid => l_rowid,
1118: x_EMPLOYMENT_HISTORY_ID => p_employment_history_rec.employment_history_id,
1119: x_BEGIN_DATE => p_employment_history_rec.begin_date,

Line 2891: * HZ_EMPLOYMENT_HISTORY_PKG.Select_Row

2887: * DESCRIPTION
2888: * Gets class employment_history record.
2889: *
2890: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
2891: * HZ_EMPLOYMENT_HISTORY_PKG.Select_Row
2892: *
2893: * ARGUMENTS
2894: * IN:
2895: * p_init_msg_list Initialize message stack if it is set to

Line 2950: HZ_EMPLOYMENT_HISTORY_PKG.Select_Row (

2946:
2947: -- The x_employment_history_rec.employment_history_id must be initiated to p_employment_history_id
2948: x_employment_history_rec.employment_history_id := p_employment_history_id;
2949:
2950: HZ_EMPLOYMENT_HISTORY_PKG.Select_Row (
2951:
2952: X_EMPLOYMENT_HISTORY_ID => x_employment_history_rec.employment_history_id,
2953: X_BEGIN_DATE => x_employment_history_rec.begin_date,
2954: X_PARTY_ID => x_employment_history_rec.party_id,