DBA Data[Home] [Help]

APPS.OKC_K_ENTITY_LOCKS_GRP dependencies on FND_MSG_PUB

Line 367: fnd_msg_pub.initialize;

363:
364: -- Initialize message list if p_init_msg_list is set to TRUE.
365: IF fnd_api.to_boolean (p_init_msg_list)
366: THEN
367: fnd_msg_pub.initialize;
368: END IF;
369:
370: IF p_entity_name = 'DUMMYSEC' THEN
371: x_return_status := g_ret_sts_success;

Line 540: fnd_msg_pub.count_and_get (p_encoded => 'F',

536: END IF;
537:
538: ROLLBACK TO g_lock_entity_grp;
539: x_return_status := g_ret_sts_error;
540: fnd_msg_pub.count_and_get (p_encoded => 'F',
541: p_count => x_msg_count,
542: p_data => x_msg_data
543: );
544: WHEN OTHERS

Line 565: fnd_msg_pub.count_and_get (p_encoded => 'F',

561:
562:
563: ROLLBACK TO g_lock_entity_grp;
564: x_return_status := g_ret_sts_unexp_error;
565: fnd_msg_pub.count_and_get (p_encoded => 'F',
566: p_count => x_msg_count,
567: p_data => x_msg_data
568: );
569: END lock_entity;

Line 878: fnd_msg_pub.initialize;

874:
875: -- Initialize message list if p_init_msg_list is set to TRUE.
876: IF fnd_api.to_boolean (p_init_msg_list)
877: THEN
878: fnd_msg_pub.initialize;
879: END IF;
880:
881: -- Initialize API return status to success
882: x_return_status := fnd_api.g_ret_sts_success;

Line 930: fnd_msg_pub.count_and_get (p_encoded => 'F',

926: END IF;
927:
928: ROLLBACK TO g_unlock_entity_grp;
929: x_return_status := g_ret_sts_error;
930: fnd_msg_pub.count_and_get (p_encoded => 'F',
931: p_count => x_msg_count,
932: p_data => x_msg_data
933: );
934: WHEN fnd_api.g_exc_unexpected_error

Line 947: fnd_msg_pub.count_and_get (p_encoded => 'F',

943: END IF;
944:
945: ROLLBACK TO g_unlock_entity_grp;
946: x_return_status := g_ret_sts_unexp_error;
947: fnd_msg_pub.count_and_get (p_encoded => 'F',
948: p_count => x_msg_count,
949: p_data => x_msg_data
950: );
951: WHEN OTHERS

Line 973: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)

969: );
970: ROLLBACK TO g_unlock_entity_grp;
971: x_return_status := g_ret_sts_unexp_error;
972:
973: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
974: THEN
975: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
976: END IF;
977:

Line 975: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

971: x_return_status := g_ret_sts_unexp_error;
972:
973: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
974: THEN
975: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
976: END IF;
977:
978: fnd_msg_pub.count_and_get (p_encoded => 'F',
979: p_count => x_msg_count,

Line 978: fnd_msg_pub.count_and_get (p_encoded => 'F',

974: THEN
975: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
976: END IF;
977:
978: fnd_msg_pub.count_and_get (p_encoded => 'F',
979: p_count => x_msg_count,
980: p_data => x_msg_data
981: );
982: END unlock_entity;

Line 1318: fnd_msg_pub.count_and_get (p_encoded => 'F',

1314: );
1315: END IF;
1316:
1317: x_return_status := g_ret_sts_error;
1318: fnd_msg_pub.count_and_get (p_encoded => 'F',
1319: p_count => x_msg_count,
1320: p_data => x_msg_data
1321: );
1322: WHEN fnd_api.g_exc_unexpected_error

Line 1334: fnd_msg_pub.count_and_get (p_encoded => 'F',

1330: );
1331: END IF;
1332:
1333: x_return_status := g_ret_sts_unexp_error;
1334: fnd_msg_pub.count_and_get (p_encoded => 'F',
1335: p_count => x_msg_count,
1336: p_data => x_msg_data
1337: );
1338: WHEN OTHERS

Line 1356: fnd_msg_pub.count_and_get (p_encoded => 'F',

1352: p_token1_value => SQLCODE,
1353: p_token2 => g_sqlerrm_token,
1354: p_token2_value => SQLERRM
1355: );
1356: fnd_msg_pub.count_and_get (p_encoded => 'F',
1357: p_count => x_msg_count,
1358: p_data => x_msg_data
1359: );
1360: END copy_clause;

Line 1443: fnd_msg_pub.count_and_get (p_encoded => 'F',

1439: p_token1_value => SQLCODE,
1440: p_token2 => g_sqlerrm_token,
1441: p_token2_value => SQLERRM
1442: );
1443: fnd_msg_pub.count_and_get (p_encoded => 'F',
1444: p_count => x_msg_count,
1445: p_data => x_msg_data
1446: );
1447: END refresh_clause;

Line 1903: fnd_msg_pub.count_and_get (p_encoded => 'F',

1899: p_token1_value => SQLCODE,
1900: p_token2 => g_sqlerrm_token,
1901: p_token2_value => SQLERRM
1902: );
1903: fnd_msg_pub.count_and_get (p_encoded => 'F',
1904: p_count => x_msg_count,
1905: p_data => x_msg_data
1906: );
1907: END copy_art_variables;

Line 2491: fnd_msg_pub.initialize;

2487:
2488: -- Initialize message list if p_init_msg_list is set to TRUE.
2489: IF fnd_api.to_boolean (p_init_msg_list)
2490: THEN
2491: fnd_msg_pub.initialize;
2492: END IF;
2493:
2494: -- Initialize API return status to success
2495: x_return_status := fnd_api.g_ret_sts_success;

Line 2573: fnd_msg_pub.count_and_get (p_encoded => 'F',

2569: END IF;
2570:
2571: ROLLBACK TO g_revert_changes_grp;
2572: x_return_status := g_ret_sts_error;
2573: fnd_msg_pub.count_and_get (p_encoded => 'F',
2574: p_count => x_msg_count,
2575: p_data => x_msg_data
2576: );
2577: WHEN fnd_api.g_exc_unexpected_error

Line 2590: fnd_msg_pub.count_and_get (p_encoded => 'F',

2586: END IF;
2587:
2588: ROLLBACK TO g_revert_changes_grp;
2589: x_return_status := g_ret_sts_unexp_error;
2590: fnd_msg_pub.count_and_get (p_encoded => 'F',
2591: p_count => x_msg_count,
2592: p_data => x_msg_data
2593: );
2594: WHEN OTHERS

Line 2616: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)

2612: );
2613: ROLLBACK TO g_revert_changes_grp;
2614: x_return_status := g_ret_sts_unexp_error;
2615:
2616: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
2617: THEN
2618: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2619: END IF;
2620:

Line 2618: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

2614: x_return_status := g_ret_sts_unexp_error;
2615:
2616: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
2617: THEN
2618: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2619: END IF;
2620:
2621: fnd_msg_pub.count_and_get (p_encoded => 'F',
2622: p_count => x_msg_count,

Line 2621: fnd_msg_pub.count_and_get (p_encoded => 'F',

2617: THEN
2618: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
2619: END IF;
2620:
2621: fnd_msg_pub.count_and_get (p_encoded => 'F',
2622: p_count => x_msg_count,
2623: p_data => x_msg_data
2624: );
2625: END revert_changes;

Line 3147: fnd_msg_pub.initialize;

3143:
3144:
3145: EXCEPTION
3146: WHEN OTHERS THEN
3147: fnd_msg_pub.initialize;
3148: x_return_status := G_RET_STS_ERROR;
3149: okc_api.set_message (p_app_name => g_app_name,
3150: p_msg_name => g_unexpected_error,
3151: p_token1 => g_sqlcode_token,

Line 3156: fnd_msg_pub.count_and_get (p_encoded => 'F',

3152: p_token1_value => SQLCODE,
3153: p_token2 => g_sqlerrm_token,
3154: p_token2_value => SQLERRM
3155: );
3156: fnd_msg_pub.count_and_get (p_encoded => 'F',
3157: p_count => x_msg_count,
3158: p_data => x_msg_data
3159: );
3160:

Line 3331: fnd_msg_pub.initialize;

3327: END IF;
3328:
3329: IF p_init_msg_list = fnd_api.g_true
3330: THEN
3331: fnd_msg_pub.initialize;
3332: END IF;
3333: EXCEPTION
3334: WHEN OTHERS
3335: THEN

Line 3344: fnd_msg_pub.count_and_get (p_encoded => 'F',

3340: p_token1_value => SQLCODE,
3341: p_token2 => g_sqlerrm_token,
3342: p_token2_value => SQLERRM
3343: );
3344: fnd_msg_pub.count_and_get (p_encoded => 'F',
3345: p_count => x_msg_count,
3346: p_data => x_msg_data
3347: );
3348:

Line 3566: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)

3562: p_token2_value => SQLERRM
3563: );
3564: x_return_status := g_ret_sts_unexp_error;
3565:
3566: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
3567: THEN
3568: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
3569: END IF;
3570:

Line 3568: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

3564: x_return_status := g_ret_sts_unexp_error;
3565:
3566: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
3567: THEN
3568: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
3569: END IF;
3570:
3571: fnd_msg_pub.count_and_get (p_encoded => 'F',
3572: p_count => x_msg_count,

Line 3571: fnd_msg_pub.count_and_get (p_encoded => 'F',

3567: THEN
3568: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
3569: END IF;
3570:
3571: fnd_msg_pub.count_and_get (p_encoded => 'F',
3572: p_count => x_msg_count,
3573: p_data => x_msg_data
3574: );
3575: