DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_PVT dependencies on JTF_AMV_ITEM_PUB

Line 1270: l_jtf_amv_item_rec JTF_AMV_ITEM_PUB.item_rec_type;

1266: l_qp_profile VARCHAR2(1);
1267:
1268: -- JTF amv item
1269: jtf_inv_item_creation_error EXCEPTION;
1270: l_jtf_amv_item_rec JTF_AMV_ITEM_PUB.item_rec_type;
1271: x_jtf_amv_item_id NUMBER;
1272: l_jtf_delv_item_id NUMBER;
1273: l_jtf_att_count NUMBER;
1274: l_jtf_used_by VARCHAR2(30);

Line 1679: JTF_AMV_ITEM_PUB.Create_Item

1675: l_jtf_amv_item_rec.item_type := 'FILE_ITEM';
1676: l_jtf_amv_item_rec.content_type_id := 10;
1677: l_jtf_amv_item_rec.owner_id := FND_GLOBAL.user_id;
1678:
1679: JTF_AMV_ITEM_PUB.Create_Item
1680: (
1681: p_api_version => 1.0,
1682: p_init_msg_list => FND_API.g_true,
1683: p_commit => FND_API.g_false,