DBA Data[Home] [Help]

APPS.IBE_PHYSICALMAP_GRP dependencies on STANDARD

Line 64: -- Standard start of API savepoint

60: SELECT IBE_DSP_LGL_PHYS_MAP_S1.NEXTVAL FROM DUAL;
61:
62: BEGIN
63:
64: -- Standard start of API savepoint
65: SAVEPOINT save_physicalmap_grp;
66: l_msite_type := 'SITE';
67: l_default_msite := g_no;
68: l_default_lang := g_no;

Line 70: -- Standard call to check for call compatibility

66: l_msite_type := 'SITE';
67: l_default_msite := g_no;
68: l_default_lang := g_no;
69:
70: -- Standard call to check for call compatibility
71: IF NOT FND_API.compatible_api_call(
72: g_api_version,
73: p_api_version,
74: l_api_name,

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

297: IF FND_API.to_boolean(p_commit) THEN
298: COMMIT;
299: END IF;
300:
301: -- Standard call to get message count and if count is 1, get message info
302: FND_MSG_PUB.count_and_get(
303: p_encoded => FND_API.g_false,
304: p_count => x_msg_count,
305: p_data => x_msg_data

Line 437: -- Standard start of API savepoint

433: -- l_msg_data VARCHAR2(200);
434:
435: BEGIN
436:
437: -- Standard start of API savepoint
438: SAVEPOINT save_physicalmap_grp;
439:
440: -- Standard call to check for call compatibility
441: IF NOT FND_API.compatible_api_call(

Line 440: -- Standard call to check for call compatibility

436:
437: -- Standard start of API savepoint
438: SAVEPOINT save_physicalmap_grp;
439:
440: -- Standard call to check for call compatibility
441: IF NOT FND_API.compatible_api_call(
442: g_api_version,
443: p_api_version,
444: l_api_name,

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

563: IF FND_API.to_boolean(p_commit) THEN
564: COMMIT;
565: END IF;
566:
567: -- Standard call to get message count and if count is 1, get message info
568: FND_MSG_PUB.count_and_get(
569: p_encoded => FND_API.g_false,
570: p_count => x_msg_count,
571: p_data => x_msg_data

Line 644: -- Standard start of API savepoint

640: l_index NUMBER;
641:
642: BEGIN
643:
644: -- Standard start of API savepoint
645: SAVEPOINT delete_physicalmap_grp;
646:
647: -- Standard call to check for call compatibility
648: IF NOT FND_API.compatible_api_call(

Line 647: -- Standard call to check for call compatibility

643:
644: -- Standard start of API savepoint
645: SAVEPOINT delete_physicalmap_grp;
646:
647: -- Standard call to check for call compatibility
648: IF NOT FND_API.compatible_api_call(
649: g_api_version,
650: p_api_version,
651: l_api_name,

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

727: IF FND_API.to_boolean(p_commit) THEN
728: COMMIT;
729: END IF;
730:
731: -- Standard call to get message count and if count is 1, get message info
732: FND_MSG_PUB.count_and_get(
733: p_encoded => FND_API.g_false,
734: p_count => x_msg_count,
735: p_data => x_msg_data

Line 796: -- Standard start of API savepoint

792: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name ||'.'|| l_api_name;
793:
794: BEGIN
795:
796: -- Standard start of API savepoint
797: SAVEPOINT delete_attachment_grp;
798:
799: -- API body
800:

Line 856: -- Standard start of API savepoint

852: and b.attachment_id >= 10000;
853:
854: BEGIN
855:
856: -- Standard start of API savepoint
857: SAVEPOINT delete_deliverable_grp;
858:
859: -- API body
860:

Line 920: -- Standard start of API savepint

916: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name || '.' || l_api_name;
917:
918: BEGIN
919:
920: -- Standard start of API savepint
921: SAVEPOINT delete_msite_grp;
922:
923: -- API body
924:

Line 963: -- Standard start of API savepint

959: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name || '.' || l_api_name;
960:
961: BEGIN
962:
963: -- Standard start of API savepint
964: SAVEPOINT delete_msite_language_grp;
965:
966: -- API body
967:

Line 1016: -- Standard start of API savepoint

1012: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name ||'.'|| l_api_name;
1013:
1014: BEGIN
1015:
1016: -- Standard start of API savepoint
1017: SAVEPOINT delete_attachment_msite_grp;
1018:
1019: -- Standard call to check for call compatibility
1020: IF NOT FND_API.compatible_api_call(

Line 1019: -- Standard call to check for call compatibility

1015:
1016: -- Standard start of API savepoint
1017: SAVEPOINT delete_attachment_msite_grp;
1018:
1019: -- Standard call to check for call compatibility
1020: IF NOT FND_API.compatible_api_call(
1021: g_api_version,
1022: p_api_version,
1023: l_api_name,

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

1073: IF FND_API.to_boolean(p_commit) THEN
1074: COMMIT;
1075: END IF;
1076:
1077: -- Standard call to get message count and if count is 1, get message info
1078: FND_MSG_PUB.count_and_get(
1079: p_encoded => FND_API.g_false,
1080: p_count => x_msg_count,
1081: p_data => x_msg_data

Line 1142: -- Standard start of API savepoint

1138: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name ||'.'|| l_api_name;
1139:
1140: BEGIN
1141:
1142: -- Standard start of API savepoint
1143: SAVEPOINT delete_dlv_all_all_grp;
1144:
1145: -- API body
1146:

Line 1920: --Invoke standard merge comparison routine UPLOAD_TEST.

1916: FROM ibe_dsp_lgl_phys_map
1917: WHERE lgl_phys_map_id = P_LGL_PHYS_MAP_ID;
1918:
1919:
1920: --Invoke standard merge comparison routine UPLOAD_TEST.
1921: IF (fnd_load_util.upload_test(f_luby, f_ludate, db_luby, db_ludate, P_CUSTOM_MODE)) THEN
1922: UPDATE ibe_dsp_lgl_phys_map
1923: SET LGL_PHYS_MAP_ID = P_LGL_PHYS_MAP_ID,
1924: OBJECT_VERSION_NUMBER = P_OBJECT_VERSION_NUMBER,