DBA Data[Home] [Help]

APPS.CSD_REPAIRS_GRP dependencies on CSD_REPAIRS_UTIL

Line 145: csd_gen_utility_pvt.add('CSD_REPAIRS_GRP.Create_Repair_Order before CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');

141: --
142: -- API body
143: --
144: if (g_debug) > 0 then
145: csd_gen_utility_pvt.add('CSD_REPAIRS_GRP.Create_Repair_Order before CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');
146: end if;
147: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
148: (p_repair_number => p_repair_number,
149: p_incident_id => p_incident_id,

Line 147: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

143: --
144: if (g_debug) > 0 then
145: csd_gen_utility_pvt.add('CSD_REPAIRS_GRP.Create_Repair_Order before CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');
146: end if;
147: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
148: (p_repair_number => p_repair_number,
149: p_incident_id => p_incident_id,
150: p_inventory_item_id => p_inventory_item_id,
151: p_customer_product_id => p_customer_product_id,

Line 407: csd_gen_utility_pvt.add('CSD_REPAIRS_GRP.Update_Repair_Order before CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');

403: --
404: -- API body
405: --
406: if (g_debug > 0 ) then
407: csd_gen_utility_pvt.add('CSD_REPAIRS_GRP.Update_Repair_Order before CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');
408: end if;
409: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
410: (p_repair_number => p_repair_number,
411: p_incident_id => p_incident_id,

Line 409: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

405: --
406: if (g_debug > 0 ) then
407: csd_gen_utility_pvt.add('CSD_REPAIRS_GRP.Update_Repair_Order before CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');
408: end if;
409: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
410: (p_repair_number => p_repair_number,
411: p_incident_id => p_incident_id,
412: p_inventory_item_id => p_inventory_item_id,
413: p_customer_product_id => p_customer_product_id,

Line 602: 'Calling CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');

598: -- API Body
599: --
600: if (lc_proc_level >= lc_debug_level) then
601: FND_LOG.STRING(lc_proc_level, lc_mod_name,
602: 'Calling CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');
603: end if;
604: -- travi 01/04/02 change
605: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
606: (p_approval_status => p_new_approval_status,

Line 605: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

601: FND_LOG.STRING(lc_proc_level, lc_mod_name,
602: 'Calling CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');
603: end if;
604: -- travi 01/04/02 change
605: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
606: (p_approval_status => p_new_approval_status,
607: p_object_version_number => p_object_version_number,
608: x_repln_rec => l_repln_rec
609: );

Line 613: 'Returned from CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');

609: );
610: --
611: if (lc_proc_level >= lc_debug_level) then
612: FND_LOG.STRING(lc_proc_level, lc_mod_name,
613: 'Returned from CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');
614: end if;
615: --
616: -- swai 11.5.10
617: -- update event code will always be ESU if status is changed

Line 860: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

856: if p_new_status = p_old_status then
857:
858: -- old return;
859: -- travi 010902 new
860: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
861: (p_date_closed => sysdate,
862: p_status => p_new_status,
863: p_status_reason_code => p_status_reason_code,
864: p_object_version_number => p_object_version_number,

Line 871: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

867:
868: end if;
869: if p_new_status = 'C' then
870:
871: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
872: (p_date_closed => sysdate,
873: p_status => p_new_status,
874: p_status_reason_code => p_status_reason_code,
875: p_object_version_number => p_object_version_number,

Line 881: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

877: );
878:
879: elsif p_old_status = 'C' then
880:
881: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
882: (p_date_closed => null,
883: p_status => p_new_status,
884: p_status_reason_code => p_status_reason_code,
885: p_object_version_number => p_object_version_number,

Line 891: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

887: );
888:
889: else
890:
891: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
892: (p_status => p_new_status,
893: p_status_reason_code => p_status_reason_code,
894: p_object_version_number => p_object_version_number,
895: x_repln_rec => l_repln_rec

Line 1205: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

1201: ----------------------------------
1202: if (g_debug > 0) then
1203: csd_gen_utility_pvt.add('CSD_REPAIRS_GRP.Update_Group_Approval_Status convert repairs rec call');
1204: end if;
1205: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
1206: (p_approval_status => l_approval_status,
1207: p_object_version_number => l_rep_ovn,
1208: x_repln_rec => l_rep_ord_rec
1209: );

Line 1553: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

1549:
1550: if (g_debug > 0) then
1551: csd_gen_utility_pvt.add('CSD_REPAIRS_GRP.Update_Group_Reject_Status convert repairs rec call');
1552: end if;
1553: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
1554: (p_approval_status => l_Reject_status,
1555: p_object_version_number => l_rep_ovn,
1556: x_repln_rec => l_rep_ord_rec
1557: );