DBA Data[Home] [Help]

APPS.CSD_RO_BULLETINS_PVT dependencies on CSD_REPAIRS_PVT

Line 645: CSD_REPAIRS_PVT.update_repair_order(

641: --dbms_output.put_line('in CREATE_NEW_RO_BULLETIN_LINK bulletin_check_date = ' || l_repln_rec.bulletin_check_date);
642: --** debug ends!!
643:
644: l_repln_rec.object_version_number := GET_CSD_REPAIRS_OBJ_VER_NUM(p_repair_line_id);
645: CSD_REPAIRS_PVT.update_repair_order(
646: p_api_version_number => p_api_version_number,
647: p_init_msg_list => p_init_msg_list,
648: p_commit => p_commit,
649: p_validation_level => p_validation_level,

Line 1063: --* ##################Call csd_repairs_pvt to update Bulletin check date

1059: END IF;
1060: RAISE FND_API.G_EXC_ERROR;
1061: END IF; --* end IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) *--
1062:
1063: --* ##################Call csd_repairs_pvt to update Bulletin check date
1064:
1065: --** debug starts!!
1066: --dbms_output.put_line('in CREATE_NEW_RO_BULLETIN_LINK x_return_status = ' || x_return_status);
1067: --** debug ends!!

Line 1103: --* via csd_repairs_pvt

1099: --dbms_output.put_line('in CREATE_NEW_RO_BULLETIN_LINK l_escalation_code = ' || l_escalation_code);
1100: --** debug ends!!
1101:
1102: --* update csd_repairs with escalation_code
1103: --* via csd_repairs_pvt
1104:
1105:
1106: IF (l_escalation_code IS NOT NULL ) THEN --* pass in when not null
1107: l_repln_rec.escalation_code := l_escalation_code;

Line 1115: CSD_REPAIRS_PVT.update_repair_order(

1111:
1112: l_repln_rec.object_version_number := GET_CSD_REPAIRS_OBJ_VER_NUM(p_repair_line_id);
1113:
1114:
1115: CSD_REPAIRS_PVT.update_repair_order(
1116: p_api_version_number => p_api_version_number,
1117: p_init_msg_list => p_init_msg_list,
1118: p_commit => p_commit,
1119: p_validation_level => p_validation_level,