DBA Data[Home] [Help]

APPS.CSD_REPAIR_ACTUAL_LINES_PVT dependencies on CS_TRANSACTION_TYPES_B

Line 1145: from cs_transaction_types_b

1141:
1142: IF px_Charges_Rec.INTERFACE_TO_OE_FLAG ='Y'then /*if interfacing the line then get the order header based on profile */
1143: select line_order_category_code
1144: into l_line_order_category_code
1145: from cs_transaction_types_b
1146: where transaction_type_id = px_Charges_Rec.TRANSACTION_TYPE_ID;
1147:
1148: l_sr_add_to_order_flag := fnd_profile.value('CSD_ADD_TO_SO_WITHIN_SR');
1149: l_sr_add_to_order_flag := nvl(l_sr_Add_to_order_flag, 'N');