DBA Data[Home] [Help]

APPS.IBC_CITEM_WORKFLOW_PVT dependencies on JTF_NUMBER_TABLE

Line 1525: x_citem_version_ids OUT NOCOPY jtf_number_table

1521: -- Respond_Approval_Notification
1522: --
1523: -- --------------------------------------------------------------------
1524: PROCEDURE Get_Pending_Approvals(
1525: x_citem_version_ids OUT NOCOPY jtf_number_table
1526: ,x_wf_item_keys OUT NOCOPY jtf_varchar2_table_100
1527: ,p_api_version IN NUMBER
1528: ,p_init_msg_list IN VARCHAR2
1529: ,x_return_status OUT NOCOPY VARCHAR2

Line 1584: x_citem_version_ids := JTF_NUMBER_TABLE();

1580: l_wf_item_key_tbl(l_index) := r_notification.item_key;
1581: END LOOP;
1582:
1583: IF l_index > 0 THEN
1584: x_citem_version_ids := JTF_NUMBER_TABLE();
1585: x_citem_version_ids.EXTEND(l_index);
1586: x_wf_item_keys := JTF_VARCHAR2_TABLE_100();
1587: x_wf_item_keys.EXTEND(l_index);
1588: FOR I IN 1..l_index LOOP

Line 1661: x_citem_version_ids OUT NOCOPY jtf_number_table

1657: -- calling close_fyi_notification
1658: --
1659: -- --------------------------------------------------------------------
1660: PROCEDURE Get_Pending_Translations(
1661: x_citem_version_ids OUT NOCOPY jtf_number_table
1662: ,x_wf_item_keys OUT NOCOPY jtf_varchar2_table_100
1663: ,p_api_version IN NUMBER
1664: ,p_init_msg_list IN VARCHAR2
1665: ,x_return_status OUT NOCOPY VARCHAR2

Line 1720: x_citem_version_ids := JTF_NUMBER_TABLE();

1716: l_wf_item_key_tbl(l_index) := r_notification.item_key;
1717: END LOOP;
1718:
1719: IF l_index > 0 THEN
1720: x_citem_version_ids := JTF_NUMBER_TABLE();
1721: x_citem_version_ids.EXTEND(l_index);
1722: x_wf_item_keys := JTF_VARCHAR2_TABLE_100();
1723: x_wf_item_keys.EXTEND(l_index);
1724: FOR I IN 1..l_index LOOP