DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PVT dependencies on JTF_AMV_ITEM_PUB

Line 1283: l_jtf_amv_item_rec JTF_AMV_ITEM_PUB.item_rec_type;

1279: l_qp_profile VARCHAR2(1);
1280:
1281: -- JTF amv item
1282: jtf_inv_item_creation_error EXCEPTION;
1283: l_jtf_amv_item_rec JTF_AMV_ITEM_PUB.item_rec_type;
1284: x_jtf_amv_item_id NUMBER;
1285: l_jtf_delv_item_id NUMBER;
1286: l_jtf_att_count NUMBER;
1287: l_jtf_used_by VARCHAR2(30);

Line 1692: JTF_AMV_ITEM_PUB.Create_Item

1688: l_jtf_amv_item_rec.item_type := 'FILE_ITEM';
1689: l_jtf_amv_item_rec.content_type_id := 10;
1690: l_jtf_amv_item_rec.owner_id := FND_GLOBAL.user_id;
1691:
1692: JTF_AMV_ITEM_PUB.Create_Item
1693: (
1694: p_api_version => 1.0,
1695: p_init_msg_list => FND_API.g_true,
1696: p_commit => FND_API.g_false,