DBA Data[Home] [Help]

APPS.RLM_CORE_SV dependencies on HZ_CUST_ACCT_SITES

Line 1422: from hz_cust_acct_sites acct_site

1418: x_progress VARCHAR2(3) := '010';
1419: -- Following cursor is changed as per TCA obsolescence project.
1420: CURSOR c IS
1421: select acct_site.ece_tp_location_code ece_tp_location_code
1422: from hz_cust_acct_sites acct_site
1423: where acct_site.cust_acct_site_id = x_ship_to_id;
1424:
1425: --
1426: -- Following parameter definition is changed as per TCA obsolescence project.

Line 1427: v_location_code hz_cust_acct_sites_all.ece_tp_location_code%TYPE;

1423: where acct_site.cust_acct_site_id = x_ship_to_id;
1424:
1425: --
1426: -- Following parameter definition is changed as per TCA obsolescence project.
1427: v_location_code hz_cust_acct_sites_all.ece_tp_location_code%TYPE;
1428: --
1429: BEGIN
1430: --
1431: --dpush('get_ship_from');