DBA Data[Home] [Help]

APPS.CSD_REPAIRS_GRP dependencies on CSD_REPAIRS_UTIL

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

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

Line 148: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

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

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

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

Line 412: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

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

Line 606: 'Calling CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type');

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

Line 609: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

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

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

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

Line 864: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

860: if p_new_status = p_old_status then
861:
862: -- old return;
863: -- travi 010902 new
864: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
865: (p_date_closed => sysdate,
866: p_status => p_new_status,
867: p_status_reason_code => p_status_reason_code,
868: p_object_version_number => p_object_version_number,

Line 875: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

871:
872: end if;
873: if p_new_status = 'C' then
874:
875: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
876: (p_date_closed => sysdate,
877: p_status => p_new_status,
878: p_status_reason_code => p_status_reason_code,
879: p_object_version_number => p_object_version_number,

Line 885: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

881: );
882:
883: elsif p_old_status = 'C' then
884:
885: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
886: (p_date_closed => null,
887: p_status => p_new_status,
888: p_status_reason_code => p_status_reason_code,
889: p_object_version_number => p_object_version_number,

Line 895: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

891: );
892:
893: else
894:
895: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type
896: (p_status => p_new_status,
897: p_status_reason_code => p_status_reason_code,
898: p_object_version_number => p_object_version_number,
899: x_repln_rec => l_repln_rec

Line 1209: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

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

Line 1557: CSD_REPAIRS_UTIL.Convert_to_Repln_Rec_Type

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