DBA Data[Home] [Help]

APPS.HZ_PERSON_INFO_V2PUB dependencies on STANDARD

Line 1605: --Standard start of API savepoint

1601: l_person_language_rec PERSON_LANGUAGE_REC_TYPE := p_person_language_rec;
1602:
1603: BEGIN
1604:
1605: --Standard start of API savepoint
1606: SAVEPOINT create_person_language;
1607:
1608: --Initialize message list if p_init_msg_list is set to TRUE.
1609: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 1636: --Standard call to get message count and if count is 1, get message info.

1632: p_language_use_reference_id => x_language_use_reference_id);
1633: END IF;
1634: END IF;
1635:
1636: --Standard call to get message count and if count is 1, get message info.
1637: FND_MSG_PUB.Count_And_Get(
1638: p_encoded => FND_API.G_FALSE,
1639: p_count => x_msg_count,
1640: p_data => x_msg_data);

Line 1719: --Standard start of API savepoint

1715: l_old_person_language_rec PERSON_LANGUAGE_REC_TYPE;
1716:
1717: BEGIN
1718:
1719: --Standard start of API savepoint
1720: SAVEPOINT update_person_language;
1721:
1722: --Initialize message list if p_init_msg_list is set to TRUE.
1723: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 1764: --Standard call to get message count and if count is 1, get message info.

1760: p_language_use_reference_id => l_person_language_rec.language_use_reference_id);
1761: END IF;
1762: END IF;
1763:
1764: --Standard call to get message count and if count is 1, get message info.
1765: FND_MSG_PUB.Count_And_Get(
1766: p_encoded => FND_API.G_FALSE,
1767: p_count => x_msg_count,
1768: p_data => x_msg_data);

Line 1882: --Standard call to get message count and if count is 1, get message info.

1878: X_CREATED_BY_MODULE => p_person_language_rec.created_by_module,
1879: X_APPLICATION_ID => p_person_language_rec.application_id
1880: );
1881:
1882: --Standard call to get message count and if count is 1, get message info.
1883: FND_MSG_PUB.Count_And_Get(
1884: p_encoded => FND_API.G_FALSE,
1885: p_count => x_msg_count,
1886: p_data => x_msg_data );

Line 1964: --Standard start of API savepoint

1960: l_citizenship_rec CITIZENSHIP_REC_TYPE := p_citizenship_rec;
1961:
1962: BEGIN
1963:
1964: --Standard start of API savepoint
1965: SAVEPOINT create_citizenship;
1966:
1967: --Initialize message list if p_init_msg_list is set to TRUE.
1968: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 1996: --Standard call to get message count and if count is 1, get message info.

1992: END IF;
1993: END IF;
1994:
1995:
1996: --Standard call to get message count and if count is 1, get message info.
1997: FND_MSG_PUB.Count_And_Get(
1998: p_encoded => FND_API.G_FALSE,
1999: p_count => x_msg_count,
2000: p_data => x_msg_data);

Line 2079: --Standard start of API savepoint

2075: l_old_citizenship_rec CITIZENSHIP_REC_TYPE;
2076:
2077: BEGIN
2078:
2079: --Standard start of API savepoint
2080: SAVEPOINT update_citizenship;
2081:
2082: --Initialize message list if p_init_msg_list is set to TRUE.
2083: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 2125: --Standard call to get message count and if count is 1, get message info.

2121: p_citizenship_id => l_citizenship_rec.citizenship_id);
2122: END IF;
2123: END IF;
2124:
2125: --Standard call to get message count and if count is 1, get message info.
2126: FND_MSG_PUB.Count_And_Get(
2127: p_encoded => FND_API.G_FALSE,
2128: p_count => x_msg_count,
2129: p_data => x_msg_data);

Line 2243: --Standard call to get message count and if count is 1, get message info.

2239: X_CREATED_BY_MODULE => x_citizenship_rec.created_by_module
2240:
2241: );
2242:
2243: --Standard call to get message count and if count is 1, get message info.
2244: FND_MSG_PUB.Count_And_Get(
2245: p_encoded => FND_API.G_FALSE,
2246: p_count => x_msg_count,
2247: p_data => x_msg_data );

Line 2326: --Standard start of API savepoint

2322: l_education_rec EDUCATION_REC_TYPE := p_education_rec;
2323:
2324: BEGIN
2325:
2326: --Standard start of API savepoint
2327: SAVEPOINT create_education;
2328:
2329: --Initialize message list if p_init_msg_list is set to TRUE.
2330: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 2359: --Standard call to get message count and if count is 1, get message info.

2355: END IF;
2356: END IF;
2357:
2358:
2359: --Standard call to get message count and if count is 1, get message info.
2360: FND_MSG_PUB.Count_And_Get(
2361: p_encoded => FND_API.G_FALSE,
2362: p_count => x_msg_count,
2363: p_data => x_msg_data);

Line 2442: --Standard start of API savepoint

2438: l_old_education_rec EDUCATION_REC_TYPE;
2439:
2440: BEGIN
2441:
2442: --Standard start of API savepoint
2443: SAVEPOINT update_education;
2444:
2445: --Initialize message list if p_init_msg_list is set to TRUE.
2446: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 2487: --Standard call to get message count and if count is 1, get message info.

2483: p_EDUCATION_ID => l_education_rec.education_id);
2484: END IF;
2485: END IF;
2486:
2487: --Standard call to get message count and if count is 1, get message info.
2488: FND_MSG_PUB.Count_And_Get(
2489: p_encoded => FND_API.G_FALSE,
2490: p_count => x_msg_count,
2491: p_data => x_msg_data);

Line 2607: --Standard call to get message count and if count is 1, get message info.

2603: X_CREATED_BY_MODULE => x_education_rec.created_by_module
2604:
2605: );
2606:
2607: --Standard call to get message count and if count is 1, get message info.
2608: FND_MSG_PUB.Count_And_Get(
2609: p_encoded => FND_API.G_FALSE,
2610: p_count => x_msg_count,
2611: p_data => x_msg_data );

Line 2689: --Standard start of API savepoint

2685: l_employment_history_rec EMPLOYMENT_HISTORY_REC_TYPE := p_employment_history_rec;
2686:
2687: BEGIN
2688:
2689: --Standard start of API savepoint
2690: SAVEPOINT create_employment_history;
2691:
2692: --Initialize message list if p_init_msg_list is set to TRUE.
2693: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 2720: --Standard call to get message count and if count is 1, get message info.

2716: p_EMPLOYMENT_HISTORY_ID => x_employment_history_id);
2717: END IF;
2718: END IF;
2719:
2720: --Standard call to get message count and if count is 1, get message info.
2721: FND_MSG_PUB.Count_And_Get(
2722: p_encoded => FND_API.G_FALSE,
2723: p_count => x_msg_count,
2724: p_data => x_msg_data);

Line 2803: --Standard start of API savepoint

2799: l_old_employment_history_rec EMPLOYMENT_HISTORY_REC_TYPE;
2800:
2801: BEGIN
2802:
2803: --Standard start of API savepoint
2804: SAVEPOINT update_employment_history;
2805:
2806: --Initialize message list if p_init_msg_list is set to TRUE.
2807: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 2848: --Standard call to get message count and if count is 1, get message info.

2844: p_EMPLOYMENT_HISTORY_ID => l_employment_history_rec.employment_history_id);
2845: END IF;
2846: END IF;
2847:
2848: --Standard call to get message count and if count is 1, get message info.
2849: FND_MSG_PUB.Count_And_Get(
2850: p_encoded => FND_API.G_FALSE,
2851: p_count => x_msg_count,
2852: p_data => x_msg_data);

Line 2978: --Standard call to get message count and if count is 1, get message info.

2974: X_WEEKLY_WORK_HOURS => x_employment_history_rec.weekly_work_hours,
2975: X_COMMENTS => x_employment_history_rec.comments
2976: );
2977:
2978: --Standard call to get message count and if count is 1, get message info.
2979: FND_MSG_PUB.Count_And_Get(
2980: p_encoded => FND_API.G_FALSE,
2981: p_count => x_msg_count,
2982: p_data => x_msg_data );

Line 3060: --Standard start of API savepoint

3056: l_work_class_rec WORK_CLASS_REC_TYPE := p_work_class_rec;
3057:
3058: BEGIN
3059:
3060: --Standard start of API savepoint
3061: SAVEPOINT create_work_class;
3062:
3063: --Initialize message list if p_init_msg_list is set to TRUE.
3064: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 3092: --Standard call to get message count and if count is 1, get message info.

3088: p_work_class_id => x_work_class_id);
3089: END IF;
3090: END IF;
3091:
3092: --Standard call to get message count and if count is 1, get message info.
3093: FND_MSG_PUB.Count_And_Get(
3094: p_encoded => FND_API.G_FALSE,
3095: p_count => x_msg_count,
3096: p_data => x_msg_data);

Line 3175: --Standard start of API savepoint

3171: l_old_work_class_rec WORK_CLASS_REC_TYPE;
3172:
3173: BEGIN
3174:
3175: --Standard start of API savepoint
3176: SAVEPOINT update_work_class;
3177:
3178: --Initialize message list if p_init_msg_list is set to TRUE.
3179: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 3220: --Standard call to get message count and if count is 1, get message info.

3216: p_work_class_id => l_work_class_rec.work_class_id);
3217: END IF;
3218: END IF;
3219:
3220: --Standard call to get message count and if count is 1, get message info.
3221: FND_MSG_PUB.Count_And_Get(
3222: p_encoded => FND_API.G_FALSE,
3223: p_count => x_msg_count,
3224: p_data => x_msg_data);

Line 3333: --Standard call to get message count and if count is 1, get message info.

3329: x_application_id => x_work_class_rec.application_id,
3330: x_created_by_module => x_work_class_rec.created_by_module
3331: );
3332:
3333: --Standard call to get message count and if count is 1, get message info.
3334: FND_MSG_PUB.Count_And_Get(
3335: p_encoded => FND_API.G_FALSE,
3336: p_count => x_msg_count,
3337: p_data => x_msg_data );

Line 3415: --Standard start of API savepoint

3411: l_person_interest_rec PERSON_INTEREST_REC_TYPE := p_person_interest_rec;
3412:
3413: BEGIN
3414:
3415: --Standard start of API savepoint
3416: SAVEPOINT create_person_interest;
3417:
3418: --Initialize message list if p_init_msg_list is set to TRUE.
3419: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 3446: --Standard call to get message count and if count is 1, get message info.

3442: p_person_interest_id => x_person_interest_id);
3443: END IF;
3444: END IF;
3445:
3446: --Standard call to get message count and if count is 1, get message info.
3447: FND_MSG_PUB.Count_And_Get(
3448: p_encoded => FND_API.G_FALSE,
3449: p_count => x_msg_count,
3450: p_data => x_msg_data);

Line 3529: --Standard start of API savepoint

3525: l_old_person_interest_rec PERSON_INTEREST_REC_TYPE;
3526:
3527: BEGIN
3528:
3529: --Standard start of API savepoint
3530: SAVEPOINT update_person_interest;
3531:
3532: --Initialize message list if p_init_msg_list is set to TRUE.
3533: IF FND_API.to_Boolean(p_init_msg_list) THEN

Line 3574: --Standard call to get message count and if count is 1, get message info.

3570: p_person_interest_id => l_person_interest_rec.person_interest_id);
3571: END IF;
3572: END IF;
3573:
3574: --Standard call to get message count and if count is 1, get message info.
3575: FND_MSG_PUB.Count_And_Get(
3576: p_encoded => FND_API.G_FALSE,
3577: p_count => x_msg_count,
3578: p_data => x_msg_data);

Line 3694: --Standard call to get message count and if count is 1, get message info.

3690: x_application_id => x_person_interest_rec.application_id,
3691: x_created_by_module => x_person_interest_rec.created_by_module
3692: );
3693:
3694: --Standard call to get message count and if count is 1, get message info.
3695: FND_MSG_PUB.Count_And_Get(
3696: p_encoded => FND_API.G_FALSE,
3697: p_count => x_msg_count,
3698: p_data => x_msg_data );