DBA Data[Home] [Help]

APPS.CST_ITEM_COST_IMPORT_INTERFACE dependencies on CST_COST_TYPES

Line 623: Select default_cost_type_id into l_def_cost_type_id from cst_cost_types

619: Error_number := 0;
620:
621: fnd_file.put_line(fnd_file.log,'-------------at the start of insert_csttype_and_def procedure-----------');
622:
623: Select default_cost_type_id into l_def_cost_type_id from cst_cost_types
624: where cost_type = i_new_csttype;
625:
626: select cost_type_id into l_cost_type_id
627: from CST_COST_TYPES

Line 627: from CST_COST_TYPES

623: Select default_cost_type_id into l_def_cost_type_id from cst_cost_types
624: where cost_type = i_new_csttype;
625:
626: select cost_type_id into l_cost_type_id
627: from CST_COST_TYPES
628: where cost_type = i_new_csttype;
629:
630: l_stmt_no := 20;
631: