DBA Data[Home] [Help]

APPS.ASO_QUOTE_UTIL_PVT dependencies on JTF_VARCHAR2_TABLE_600

Line 9770: x_country OUT NOCOPY jtf_varchar2_table_600,

9766: x_component_sequence_id OUT NOCOPY jtf_number_table,
9767: x_included_item_flag OUT NOCOPY jtf_number_table,
9768: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9769: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9770: x_country OUT NOCOPY jtf_varchar2_table_600,
9771: x_state OUT NOCOPY jtf_varchar2_table_600,
9772: x_city OUT NOCOPY jtf_varchar2_table_600,
9773: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
9774: x_match_item_id OUT NOCOPY jtf_number_table

Line 9771: x_state OUT NOCOPY jtf_varchar2_table_600,

9767: x_included_item_flag OUT NOCOPY jtf_number_table,
9768: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9769: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9770: x_country OUT NOCOPY jtf_varchar2_table_600,
9771: x_state OUT NOCOPY jtf_varchar2_table_600,
9772: x_city OUT NOCOPY jtf_varchar2_table_600,
9773: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
9774: x_match_item_id OUT NOCOPY jtf_number_table
9775: )

Line 9772: x_city OUT NOCOPY jtf_varchar2_table_600,

9768: x_cascade_model_info_to_comp OUT NOCOPY jtf_number_table,
9769: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9770: x_country OUT NOCOPY jtf_varchar2_table_600,
9771: x_state OUT NOCOPY jtf_varchar2_table_600,
9772: x_city OUT NOCOPY jtf_varchar2_table_600,
9773: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
9774: x_match_item_id OUT NOCOPY jtf_number_table
9775: )
9776: IS

Line 9773: x_postal_code OUT NOCOPY jtf_varchar2_table_600,

9769: x_ship_to_party_site_id OUT NOCOPY jtf_number_table,
9770: x_country OUT NOCOPY jtf_varchar2_table_600,
9771: x_state OUT NOCOPY jtf_varchar2_table_600,
9772: x_city OUT NOCOPY jtf_varchar2_table_600,
9773: x_postal_code OUT NOCOPY jtf_varchar2_table_600,
9774: x_match_item_id OUT NOCOPY jtf_number_table
9775: )
9776: IS
9777: ddindx binary_integer;

Line 9826: x_country :=jtf_varchar2_table_600();

9822: x_component_sequence_id :=jtf_number_table();
9823: x_included_item_flag :=jtf_number_table();
9824: x_cascade_model_info_to_comp :=jtf_number_table();
9825: x_ship_to_party_site_id :=jtf_number_table();
9826: x_country :=jtf_varchar2_table_600();
9827: x_state :=jtf_varchar2_table_600();
9828: x_city :=jtf_varchar2_table_600();
9829: x_postal_code :=jtf_varchar2_table_600();
9830: x_match_item_id :=jtf_number_table();

Line 9827: x_state :=jtf_varchar2_table_600();

9823: x_included_item_flag :=jtf_number_table();
9824: x_cascade_model_info_to_comp :=jtf_number_table();
9825: x_ship_to_party_site_id :=jtf_number_table();
9826: x_country :=jtf_varchar2_table_600();
9827: x_state :=jtf_varchar2_table_600();
9828: x_city :=jtf_varchar2_table_600();
9829: x_postal_code :=jtf_varchar2_table_600();
9830: x_match_item_id :=jtf_number_table();
9831:

Line 9828: x_city :=jtf_varchar2_table_600();

9824: x_cascade_model_info_to_comp :=jtf_number_table();
9825: x_ship_to_party_site_id :=jtf_number_table();
9826: x_country :=jtf_varchar2_table_600();
9827: x_state :=jtf_varchar2_table_600();
9828: x_city :=jtf_varchar2_table_600();
9829: x_postal_code :=jtf_varchar2_table_600();
9830: x_match_item_id :=jtf_number_table();
9831:
9832:

Line 9829: x_postal_code :=jtf_varchar2_table_600();

9825: x_ship_to_party_site_id :=jtf_number_table();
9826: x_country :=jtf_varchar2_table_600();
9827: x_state :=jtf_varchar2_table_600();
9828: x_city :=jtf_varchar2_table_600();
9829: x_postal_code :=jtf_varchar2_table_600();
9830: x_match_item_id :=jtf_number_table();
9831:
9832:
9833: IF p_atp_tbl.COUNT > 0