DBA Data[Home] [Help]

APPS.CST_ITEM_COST_IMPORT_INTERFACE dependencies on CST_COST_TYPES

Line 618: Select default_cost_type_id into l_def_cost_type_id from cst_cost_types

614: Error_number := 0;
615:
616: fnd_file.put_line(fnd_file.log,'-------------at the start of insert_csttype_and_def procedure-----------');
617:
618: Select default_cost_type_id into l_def_cost_type_id from cst_cost_types
619: where cost_type = i_new_csttype;
620:
621: select cost_type_id into l_cost_type_id
622: from CST_COST_TYPES

Line 622: from CST_COST_TYPES

618: Select default_cost_type_id into l_def_cost_type_id from cst_cost_types
619: where cost_type = i_new_csttype;
620:
621: select cost_type_id into l_cost_type_id
622: from CST_COST_TYPES
623: where cost_type = i_new_csttype;
624:
625: l_stmt_no := 20;
626: