DBA Data[Home] [Help]

APPS.CSD_DEPOT_REPAIR_CNTR dependencies on CS_TRANSACTION_TYPES_B

Line 330: from cs_transaction_types_b

326: if v_transaction_type_id is not null then
327: Begin
328: Select depot_Repair_flag
329: into v_depot_repair_flag
330: from cs_transaction_types_b
331: where transaction_type_id = v_transaction_type_id;
332:
333: Exception
334: when no_Data_found then

Line 1254: from cs_transaction_types_b

1250: if v_transaction_type_id is not null then
1251: Begin
1252: Select depot_Repair_flag
1253: into v_depot_repair_flag
1254: from cs_transaction_types_b
1255: where transaction_type_id = v_transaction_type_id;
1256: Exception
1257: when no_Data_found then
1258: V_skip_record := true;