DBA Data[Home] [Help]

APPS.PV_PARTNER_CONTRACTS_PVT dependencies on JTF_VARCHAR2_TABLE_200

Line 359: ,x_cntr_resp_opt_tbl OUT NOCOPY JTF_VARCHAR2_TABLE_200

355: END Is_Contract_Exist_Then_Create;
356:
357: PROCEDURE Get_Contract_Response_Options(
358: p_partner_party_id IN NUMBER
359: ,x_cntr_resp_opt_tbl OUT NOCOPY JTF_VARCHAR2_TABLE_200
360: )
361: IS
362: l_api_name CONSTANT VARCHAR2(45) := 'Get_Contract_Response_Options';
363: l_full_name CONSTANT VARCHAR2(60) := g_pkg_name ||'.'|| l_api_name;

Line 414: x_cntr_resp_opt_tbl := JTF_VARCHAR2_TABLE_200();

410:
411:
412: BEGIN
413:
414: x_cntr_resp_opt_tbl := JTF_VARCHAR2_TABLE_200();
415:
416: for x in c_cntr_geo_hierarchy_ids loop
417: l_geo_hierarchy_ids_tbl.extend;
418: l_geo_hierarchy_ids_tbl(l_geo_hierarchy_ids_tbl.count) := x.geo_hierarchy_id;