DBA Data[Home] [Help]

APPS.ASO_QUOTE_UTIL_PVT dependencies on JTF_VARCHAR2_TABLE_600

Line 9806: x_country OUT NOCOPY jtf_varchar2_table_600,

9802: x_component_sequence_id OUT NOCOPY jtf_number_table,
9803: x_included_item_flag OUT NOCOPY jtf_number_table,
9804: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9805: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9806: x_country OUT NOCOPY jtf_varchar2_table_600,
9807: x_state OUT NOCOPY jtf_varchar2_table_600,
9808: x_city OUT NOCOPY jtf_varchar2_table_600,
9809: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
9810: x_match_item_id OUT NOCOPY jtf_number_table

Line 9807: x_state OUT NOCOPY jtf_varchar2_table_600,

9803: x_included_item_flag OUT NOCOPY jtf_number_table,
9804: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9805: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9806: x_country OUT NOCOPY jtf_varchar2_table_600,
9807: x_state OUT NOCOPY jtf_varchar2_table_600,
9808: x_city OUT NOCOPY jtf_varchar2_table_600,
9809: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
9810: x_match_item_id OUT NOCOPY jtf_number_table
9811: )

Line 9808: x_city OUT NOCOPY jtf_varchar2_table_600,

9804: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9805: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9806: x_country OUT NOCOPY jtf_varchar2_table_600,
9807: x_state OUT NOCOPY jtf_varchar2_table_600,
9808: x_city OUT NOCOPY jtf_varchar2_table_600,
9809: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
9810: x_match_item_id OUT NOCOPY jtf_number_table
9811: )
9812: IS

Line 9809: x_postal_code OUT NOCOPY jtf_varchar2_table_600,

9805: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9806: x_country OUT NOCOPY jtf_varchar2_table_600,
9807: x_state OUT NOCOPY jtf_varchar2_table_600,
9808: x_city OUT NOCOPY jtf_varchar2_table_600,
9809: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
9810: x_match_item_id OUT NOCOPY jtf_number_table
9811: )
9812: IS
9813: ddindx binary_integer;

Line 9862: x_country :=jtf_varchar2_table_600();

9858: x_component_sequence_id :=jtf_number_table();
9859: x_included_item_flag :=jtf_number_table();
9860: x_cascade_model_info_to_comp :=jtf_number_table();
9861: x_ship_to_party_site_id :=jtf_number_table();
9862: x_country :=jtf_varchar2_table_600();
9863: x_state :=jtf_varchar2_table_600();
9864: x_city :=jtf_varchar2_table_600();
9865: x_postal_code :=jtf_varchar2_table_600();
9866: x_match_item_id :=jtf_number_table();

Line 9863: x_state :=jtf_varchar2_table_600();

9859: x_included_item_flag :=jtf_number_table();
9860: x_cascade_model_info_to_comp :=jtf_number_table();
9861: x_ship_to_party_site_id :=jtf_number_table();
9862: x_country :=jtf_varchar2_table_600();
9863: x_state :=jtf_varchar2_table_600();
9864: x_city :=jtf_varchar2_table_600();
9865: x_postal_code :=jtf_varchar2_table_600();
9866: x_match_item_id :=jtf_number_table();
9867:

Line 9864: x_city :=jtf_varchar2_table_600();

9860: x_cascade_model_info_to_comp :=jtf_number_table();
9861: x_ship_to_party_site_id :=jtf_number_table();
9862: x_country :=jtf_varchar2_table_600();
9863: x_state :=jtf_varchar2_table_600();
9864: x_city :=jtf_varchar2_table_600();
9865: x_postal_code :=jtf_varchar2_table_600();
9866: x_match_item_id :=jtf_number_table();
9867:
9868:

Line 9865: x_postal_code :=jtf_varchar2_table_600();

9861: x_ship_to_party_site_id :=jtf_number_table();
9862: x_country :=jtf_varchar2_table_600();
9863: x_state :=jtf_varchar2_table_600();
9864: x_city :=jtf_varchar2_table_600();
9865: x_postal_code :=jtf_varchar2_table_600();
9866: x_match_item_id :=jtf_number_table();
9867:
9868:
9869: IF p_atp_tbl.COUNT > 0