DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on ASO_SHIPMENT_PVT

Line 1575: l_atp_rec.ship_method(i) := aso_shipment_pvt.get_ship_method_code(p_qte_header_id => l_qte_line_tbl(i).quote_header_id,

1571: if l_atp_rec.ship_method(i) is null or l_atp_rec.ship_method(i) = fnd_api.g_miss_char then
1572: if (l_db_shipment_rec.ship_method_code is not null and l_db_shipment_rec.ship_method_code <> fnd_api.g_miss_char) then
1573: l_atp_rec.ship_method(i) := l_db_shipment_rec.ship_method_code;
1574: else
1575: l_atp_rec.ship_method(i) := aso_shipment_pvt.get_ship_method_code(p_qte_header_id => l_qte_line_tbl(i).quote_header_id,
1576: p_qte_line_id => l_shipment_tbl(i).quote_line_id);
1577: end if;
1578: end if;
1579:

Line 1657: l_atp_rec.demand_class(i) := aso_shipment_pvt.get_demand_class_code(p_qte_header_id => l_qte_line_tbl(i).quote_header_id,

1653: if l_atp_rec.demand_class(i) = fnd_api.g_miss_char or l_atp_rec.demand_class(i) is null then
1654: if (l_db_shipment_rec.demand_class_code is not null and l_db_shipment_rec.demand_class_code <> fnd_api.g_miss_char) then
1655: l_atp_rec.demand_class(i) := l_db_shipment_rec.demand_class_code;
1656: else
1657: l_atp_rec.demand_class(i) := aso_shipment_pvt.get_demand_class_code(p_qte_header_id => l_qte_line_tbl(i).quote_header_id,
1658: p_qte_line_id => l_shipment_tbl(i).quote_line_id);
1659: end if;
1660: end if;
1661:

Line 1673: l_ship_to_party_site_id := aso_shipment_pvt.get_ship_to_party_site_id(

1669: if l_db_shipment_rec.ship_to_party_site_id is not null then
1670: --l_atp_rec.customer_site_id(i) := l_db_shipment_rec.ship_to_party_site_id;
1671: l_ship_to_party_site_id := l_db_shipment_rec.ship_to_party_site_id;
1672: else
1673: l_ship_to_party_site_id := aso_shipment_pvt.get_ship_to_party_site_id(
1674: p_qte_header_id => l_qte_line_tbl(i).quote_header_id,
1675: p_qte_line_id => l_shipment_tbl(i).quote_line_id);
1676: end if;
1677:

Line 1681: l_ship_to_cust_account_id := aso_shipment_pvt.get_ship_to_cust_account_id(

1677:
1678: if l_db_shipment_rec.ship_to_cust_account_id is not null then
1679: l_ship_to_cust_account_id := l_db_shipment_rec.ship_to_cust_account_id;
1680: else
1681: l_ship_to_cust_account_id := aso_shipment_pvt.get_ship_to_cust_account_id(
1682: p_qte_header_id => l_qte_line_tbl(i).quote_header_id,
1683: p_qte_line_id => l_shipment_tbl(i).quote_line_id);
1684: end if;
1685: