DBA Data[Home] [Help]

APPS.IBE_ATTACHMENT_GRP dependencies on STANDARD

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

61: l_dsp_height_tbl JTF_NUMBER_TABLE;
62:
63: l_version_tbl JTF_NUMBER_TABLE;
64: BEGIN
65: -- Standard call to check for call compatibility
66: IF NOT FND_API.compatible_api_call(
67: g_api_version,
68: p_api_version,
69: l_api_name,

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

249: x_version_tbl(l_count) := l_version_tbl(l_index);
250: END LOOP;
251: END IF;
252:
253: -- Standard call to get message count and if count is 1, get message info
254: FND_MSG_PUB.count_and_get(
255: p_encoded => FND_API.g_false,
256: p_count => x_msg_count,
257: p_data => x_msg_data

Line 324: -- Standard start of API savepoint

320: l_act_attachment_rec JTF_AMV_ATTACHMENT_PUB.ACT_ATTACHMENT_REC_TYPE;
321: l_return_status VARCHAR2(1);
322: l_appl_id NUMBER;
323: BEGIN
324: -- Standard start of API savepoint
325: SAVEPOINT save_attachment_grp;
326:
327: -- Standard call to check for call compatibility
328: IF NOT FND_API.compatible_api_call(

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

323: BEGIN
324: -- Standard start of API savepoint
325: SAVEPOINT save_attachment_grp;
326:
327: -- Standard call to check for call compatibility
328: IF NOT FND_API.compatible_api_call(
329: g_api_version,
330: p_api_version,
331: l_api_name,

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

530: IF FND_API.to_boolean(p_commit) THEN
531: COMMIT;
532: END IF;
533:
534: -- Standard call to get message count and if count is 1, get message info
535: FND_MSG_PUB.count_and_get(
536: p_encoded => FND_API.g_false,
537: p_count => x_msg_count,
538: p_data => x_msg_data

Line 617: -- Standard start of API savepoint

613: l_index NUMBER;
614:
615: BEGIN
616:
617: -- Standard start of API savepoint
618: SAVEPOINT save_attachment_grp;
619:
620: -- Standard call to check for call compatibility
621: IF NOT FND_API.compatible_api_call(

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

616:
617: -- Standard start of API savepoint
618: SAVEPOINT save_attachment_grp;
619:
620: -- Standard call to check for call compatibility
621: IF NOT FND_API.compatible_api_call(
622: g_api_version,
623: p_api_version,
624: l_api_name,

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

664: IF FND_API.to_boolean(p_commit) THEN
665: COMMIT;
666: END IF;
667:
668: -- Standard call to get message count and if count is 1, get message info
669: FND_MSG_PUB.count_and_get(
670: p_encoded => FND_API.g_false,
671: p_count => x_msg_count,
672: p_data => x_msg_data

Line 758: -- Standard start of API savepoint

754: l_return_status VARCHAR2(1);
755:
756: BEGIN
757:
758: -- Standard start of API savepoint
759: SAVEPOINT save_attachment_grp;
760:
761: -- Standard call to check for call compatibility
762: IF NOT FND_API.compatible_api_call(

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

757:
758: -- Standard start of API savepoint
759: SAVEPOINT save_attachment_grp;
760:
761: -- Standard call to check for call compatibility
762: IF NOT FND_API.compatible_api_call(
763: g_api_version,
764: p_api_version,
765: l_api_name,

Line 785: -- Standard start of API savepoint

781: IF p_ath_id_ver_tbl IS NOT NULL THEN
782: FOR l_index IN 1..p_ath_id_ver_tbl.COUNT LOOP
783: BEGIN
784:
785: -- Standard start of API savepoint
786: SAVEPOINT delete_one_attachment_grp;
787:
788: /*
789: p_ath_id_ver_tbl(l_index).x_action_status

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

873: IF FND_API.to_boolean(p_commit) THEN
874: COMMIT;
875: END IF;
876:
877: -- Standard call to get message count and if count is 1, get message info
878: FND_MSG_PUB.count_and_get(
879: p_encoded => FND_API.g_false,
880: p_count => x_msg_count,
881: p_data => x_msg_data