DBA Data[Home] [Help]

APPS.JTF_ATTACHMENT_GRP dependencies on STANDARD

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

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

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

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

Line 320: -- Standard start of API savepoint

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

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

319: BEGIN
320: -- Standard start of API savepoint
321: SAVEPOINT save_attachment_grp;
322:
323: -- Standard call to check for call compatibility
324: IF NOT FND_API.compatible_api_call(
325: g_api_version,
326: p_api_version,
327: l_api_name,

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

519: IF FND_API.to_boolean(p_commit) THEN
520: COMMIT;
521: END IF;
522:
523: -- Standard call to get message count and if count is 1, get message info
524: FND_MSG_PUB.count_and_get(
525: p_encoded => FND_API.g_false,
526: p_count => x_msg_count,
527: p_data => x_msg_data

Line 606: -- Standard start of API savepoint

602: l_index NUMBER;
603:
604: BEGIN
605:
606: -- Standard start of API savepoint
607: SAVEPOINT save_attachment_grp;
608:
609: -- Standard call to check for call compatibility
610: IF NOT FND_API.compatible_api_call(

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

605:
606: -- Standard start of API savepoint
607: SAVEPOINT save_attachment_grp;
608:
609: -- Standard call to check for call compatibility
610: IF NOT FND_API.compatible_api_call(
611: g_api_version,
612: p_api_version,
613: l_api_name,

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

653: IF FND_API.to_boolean(p_commit) THEN
654: COMMIT;
655: END IF;
656:
657: -- Standard call to get message count and if count is 1, get message info
658: FND_MSG_PUB.count_and_get(
659: p_encoded => FND_API.g_false,
660: p_count => x_msg_count,
661: p_data => x_msg_data

Line 745: -- Standard start of API savepoint

741: l_return_status VARCHAR2(1);
742:
743: BEGIN
744:
745: -- Standard start of API savepoint
746: SAVEPOINT save_attachment_grp;
747:
748: -- Standard call to check for call compatibility
749: IF NOT FND_API.compatible_api_call(

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

744:
745: -- Standard start of API savepoint
746: SAVEPOINT save_attachment_grp;
747:
748: -- Standard call to check for call compatibility
749: IF NOT FND_API.compatible_api_call(
750: g_api_version,
751: p_api_version,
752: l_api_name,

Line 772: -- Standard start of API savepoint

768: IF p_ath_id_ver_tbl IS NOT NULL THEN
769: FOR l_index IN 1..p_ath_id_ver_tbl.COUNT LOOP
770: BEGIN
771:
772: -- Standard start of API savepoint
773: SAVEPOINT delete_one_attachment_grp;
774:
775: /*
776: p_ath_id_ver_tbl(l_index).x_action_status

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

841: IF FND_API.to_boolean(p_commit) THEN
842: COMMIT;
843: END IF;
844:
845: -- Standard call to get message count and if count is 1, get message info
846: FND_MSG_PUB.count_and_get(
847: p_encoded => FND_API.g_false,
848: p_count => x_msg_count,
849: p_data => x_msg_data