DBA Data[Home] [Help]

APPS.AMS_COPYELEMENTS_PVT dependencies on JTF_AMV_ATTACHMENT_PUB

Line 1026: attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;

1022: l_return_status VARCHAR2 (1);
1023: x_msg_count NUMBER;
1024: l_msg_data VARCHAR2 (512);
1025: l_act_attachment_id NUMBER;
1026: attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;
1027: temp_attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;
1028: l_lookup_meaning VARCHAR2(80);
1029:
1030: CURSOR c_doc_att IS

Line 1027: temp_attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;

1023: x_msg_count NUMBER;
1024: l_msg_data VARCHAR2 (512);
1025: l_act_attachment_id NUMBER;
1026: attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;
1027: temp_attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;
1028: l_lookup_meaning VARCHAR2(80);
1029:
1030: CURSOR c_doc_att IS
1031: SELECT * FROM fnd_attached_documents

Line 1238: jtf_amv_attachment_pub.create_act_attachment (

1234: attach_rec.display_rule_id := attachments_rec.display_rule_id;
1235: attach_rec.display_program := attachments_rec.display_program;
1236: attach_rec.document_id := l_doc_attach_rec.document_id ;
1237:
1238: jtf_amv_attachment_pub.create_act_attachment (
1239: p_api_version => l_api_version,
1240: x_return_status => l_return_status,
1241: x_msg_count => x_msg_count,
1242: x_msg_data => l_msg_data,

Line 1345: jtf_amv_attachment_pub.create_act_attachment (

1341: attach_rec.attribute15 := attachments_rec.attribute15;
1342: attach_rec.default_style_sheet := attachments_rec.default_style_sheet;
1343: attach_rec.display_rule_id := attachments_rec.display_rule_id;
1344: attach_rec.display_program := attachments_rec.display_program;
1345: jtf_amv_attachment_pub.create_act_attachment (
1346: p_api_version => l_api_version,
1347: x_return_status => l_return_status,
1348: x_msg_count => x_msg_count,
1349: x_msg_data => l_msg_data,

Line 4145: attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;

4141: l_return_status VARCHAR2 (1);
4142: x_msg_count NUMBER;
4143: l_msg_data VARCHAR2 (512);
4144: l_act_attachment_id NUMBER;
4145: attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;
4146: temp_attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;
4147: l_lookup_meaning VARCHAR2(80);
4148:
4149: CURSOR attachments_cur

Line 4146: temp_attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;

4142: x_msg_count NUMBER;
4143: l_msg_data VARCHAR2 (512);
4144: l_act_attachment_id NUMBER;
4145: attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;
4146: temp_attach_rec jtf_amv_attachment_pub.act_attachment_rec_type;
4147: l_lookup_meaning VARCHAR2(80);
4148:
4149: CURSOR attachments_cur
4150: IS

Line 4243: jtf_amv_attachment_pub.create_act_attachment (

4239: attach_rec.alternate_text := attachments_rec.alternate_text;
4240: attach_rec.attachment_sub_type := attachments_rec.attachment_sub_type;
4241:
4242:
4243: jtf_amv_attachment_pub.create_act_attachment (
4244: p_api_version => l_api_version,
4245: x_return_status => l_return_status,
4246: x_msg_count => x_msg_count,
4247: x_msg_data => l_msg_data,