DBA Data[Home] [Help]

APPS.HR_CN_PERSON_ADDRESS_API dependencies on PER_ADDRESSES

Line 52: * @param p_date_from {@rep:casecolumn PER_ADDRESSES.DATE_FROM}

48: * @param p_person_id Identifies the person for whom you create the Address
49: * record.
50: * @param p_primary_flag Primary Address. Valid values are defined by the
51: * 'YES_NO' lookup type.
52: * @param p_date_from {@rep:casecolumn PER_ADDRESSES.DATE_FROM}
53: * @param p_date_to {@rep:casecolumn PER_ADDRESSES.DATE_TO}
54: * @param p_address_type Address type, for example, home, business, weekend.
55: * Valid values are defined by the 'ADDRESS_TYPE' lookup type.
56: * @param p_comments Address comment text

Line 53: * @param p_date_to {@rep:casecolumn PER_ADDRESSES.DATE_TO}

49: * record.
50: * @param p_primary_flag Primary Address. Valid values are defined by the
51: * 'YES_NO' lookup type.
52: * @param p_date_from {@rep:casecolumn PER_ADDRESSES.DATE_FROM}
53: * @param p_date_to {@rep:casecolumn PER_ADDRESSES.DATE_TO}
54: * @param p_address_type Address type, for example, home, business, weekend.
55: * Valid values are defined by the 'ADDRESS_TYPE' lookup type.
56: * @param p_comments Address comment text
57: * @param p_address_line1 {@rep:casecolumn PER_ADDRESSES.ADDRESS_LINE1}

Line 57: * @param p_address_line1 {@rep:casecolumn PER_ADDRESSES.ADDRESS_LINE1}

53: * @param p_date_to {@rep:casecolumn PER_ADDRESSES.DATE_TO}
54: * @param p_address_type Address type, for example, home, business, weekend.
55: * Valid values are defined by the 'ADDRESS_TYPE' lookup type.
56: * @param p_comments Address comment text
57: * @param p_address_line1 {@rep:casecolumn PER_ADDRESSES.ADDRESS_LINE1}
58: * @param p_address_line2 {@rep:casecolumn PER_ADDRESSES.ADDRESS_LINE2}
59: * @param p_province_city_sar Province/City/SAR of the person's address. Valid
60: * values are defined by the 'CN_PROVINCE' lookup type.
61: * @param p_postal_code Postal Code. Maximum 6 digits

Line 58: * @param p_address_line2 {@rep:casecolumn PER_ADDRESSES.ADDRESS_LINE2}

54: * @param p_address_type Address type, for example, home, business, weekend.
55: * Valid values are defined by the 'ADDRESS_TYPE' lookup type.
56: * @param p_comments Address comment text
57: * @param p_address_line1 {@rep:casecolumn PER_ADDRESSES.ADDRESS_LINE1}
58: * @param p_address_line2 {@rep:casecolumn PER_ADDRESSES.ADDRESS_LINE2}
59: * @param p_province_city_sar Province/City/SAR of the person's address. Valid
60: * values are defined by the 'CN_PROVINCE' lookup type.
61: * @param p_postal_code Postal Code. Maximum 6 digits
62: * @param p_country Country details. Valid values are defined by the

Line 64: * @param p_telephone {@rep:casecolumn PER_ADDRESSES.TELEPHONE_NUMBER_1}

60: * values are defined by the 'CN_PROVINCE' lookup type.
61: * @param p_postal_code Postal Code. Maximum 6 digits
62: * @param p_country Country details. Valid values are defined by the
63: * 'NATIONALITY' lookup type
64: * @param p_telephone {@rep:casecolumn PER_ADDRESSES.TELEPHONE_NUMBER_1}
65: * @param p_fax {@rep:casecolumn PER_ADDRESSES.TELEPHONE_NUMBER_2}
66: * @param p_addr_attribute_category This context value determines which
67: * flexfield structure to use with the Person Address descriptive flexfield
68: * segments.

Line 65: * @param p_fax {@rep:casecolumn PER_ADDRESSES.TELEPHONE_NUMBER_2}

61: * @param p_postal_code Postal Code. Maximum 6 digits
62: * @param p_country Country details. Valid values are defined by the
63: * 'NATIONALITY' lookup type
64: * @param p_telephone {@rep:casecolumn PER_ADDRESSES.TELEPHONE_NUMBER_1}
65: * @param p_fax {@rep:casecolumn PER_ADDRESSES.TELEPHONE_NUMBER_2}
66: * @param p_addr_attribute_category This context value determines which
67: * flexfield structure to use with the Person Address descriptive flexfield
68: * segments.
69: * @param p_addr_attribute1 Descriptive flexfield segment.

Line 123: ,p_comments IN per_addresses.comments%TYPE DEFAULT null

119: ,p_primary_flag IN VARCHAR2
120: ,p_date_from IN DATE
121: ,p_date_to IN DATE DEFAULT null
122: ,p_address_type IN VARCHAR2 DEFAULT null
123: ,p_comments IN per_addresses.comments%TYPE DEFAULT null
124: ,p_address_line1 IN VARCHAR2
125: ,p_address_line2 IN VARCHAR2 DEFAULT null
126: ,p_province_city_sar IN VARCHAR2
127: ,p_postal_code IN VARCHAR2 DEFAULT null

Line 199: * @param p_address_id {@rep:casecolumn PER_ADDRESSES.ADDRESS_ID}

195: * @param p_effective_date Determines when the DateTrack operation takes
196: * effect.
197: * @param p_validate_county Validates the county details in the address. This
198: * has a default value of 'true'.
199: * @param p_address_id {@rep:casecolumn PER_ADDRESSES.ADDRESS_ID}
200: * @param p_object_version_number This parameter passes in the current version
201: * number of the address to be updated. When the API completes, if p_validate
202: * is false, this will be set to the new version number of the updated address.
203: * If p_validate is true, this will be set to the same value which was passed

Line 205: * @param p_date_from {@rep:casecolumn PER_ADDRESSES.DATE_FROM}

201: * number of the address to be updated. When the API completes, if p_validate
202: * is false, this will be set to the new version number of the updated address.
203: * If p_validate is true, this will be set to the same value which was passed
204: * in.
205: * @param p_date_from {@rep:casecolumn PER_ADDRESSES.DATE_FROM}
206: * @param p_date_to {@rep:casecolumn PER_ADDRESSES.DATE_TO}
207: * @param p_primary_flag The primary address for the person. Valid values are
208: * defined by the 'YES_NO' lookup type.
209: * @param p_address_type Address type, for example, home, business, weekend.

Line 206: * @param p_date_to {@rep:casecolumn PER_ADDRESSES.DATE_TO}

202: * is false, this will be set to the new version number of the updated address.
203: * If p_validate is true, this will be set to the same value which was passed
204: * in.
205: * @param p_date_from {@rep:casecolumn PER_ADDRESSES.DATE_FROM}
206: * @param p_date_to {@rep:casecolumn PER_ADDRESSES.DATE_TO}
207: * @param p_primary_flag The primary address for the person. Valid values are
208: * defined by the 'YES_NO' lookup type.
209: * @param p_address_type Address type, for example, home, business, weekend.
210: * Valid values are defined by the 'ADDRESS_TYPE' lookup type.

Line 273: ,p_comments IN per_addresses.comments%TYPE DEFAULT null

269: ,p_date_from IN DATE DEFAULT hr_api.g_date
270: ,p_date_to IN DATE DEFAULT hr_api.g_date
271: ,p_primary_flag IN VARCHAR2 DEFAULT hr_api.g_varchar2
272: ,p_address_type IN VARCHAR2 DEFAULT hr_api.g_varchar2
273: ,p_comments IN per_addresses.comments%TYPE DEFAULT null
274: ,p_address_line1 IN VARCHAR2 DEFAULT hr_api.g_varchar2
275: ,p_address_line2 IN VARCHAR2 DEFAULT hr_api.g_varchar2
276: ,p_province_city_sar IN VARCHAR2 DEFAULT hr_api.g_varchar2
277: ,p_postal_code IN VARCHAR2 DEFAULT hr_api.g_varchar2