DBA Data[Home] [Help]

APPS.CSP_SHIP_TO_ADDRESS_PVT dependencies on HZ_PARTIES_S

Line 3051: select hz_parties_s.nextval from dual;

3047: -- select 'select '||select_id||' select_id, '||select_name||' select_name '|| 'from '||from_table sql_str, where_clause
3048: -- from jtf_objects_vl where object_code = l_resource_type;
3049:
3050: CURSOR l_party_number_csr IS
3051: select hz_parties_s.nextval from dual;
3052:
3053: CURSOR l_customer_number_csr IS
3054: select hz_cust_accounts_s.nextval from dual;
3055: