DBA Data[Home] [Help]

APPS.CCT_ICJUMPSTART_PUB dependencies on OE_SALES_CREDIT_TYPES

Line 185: from oe_sales_credit_types

181:
182: -- Get a default Sales_credit_type
183: Select sales_credit_Type_id
184: into l_sales_credit_type_id
185: from oe_sales_credit_types
186: where rownum<2;
187:
188: -- Now create the damn agent
189: -- rem dbms_output.put_line('Creating resource='||p_last_name||', '||p_first_name);