DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PUB dependencies on FND_LOG

Line 827: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

823: IF (x_request_rec.type_id = FND_API.G_MISS_NUM) THEN
824: IF (NVL(x_request_rec.sr_creation_channel,'XXX') = 'WEB') THEN
825: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_TYPE', x_request_rec.type_id);
826:
827: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
828: THEN
829: FND_LOG.String
830: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
831: , 'The Value of profile CS_DEFAULT_WEB_INC_TYPE :' || x_request_rec.type_id

Line 829: FND_LOG.String

825: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_TYPE', x_request_rec.type_id);
826:
827: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
828: THEN
829: FND_LOG.String
830: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
831: , 'The Value of profile CS_DEFAULT_WEB_INC_TYPE :' || x_request_rec.type_id
832: );
833: END IF;

Line 830: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

826:
827: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
828: THEN
829: FND_LOG.String
830: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
831: , 'The Value of profile CS_DEFAULT_WEB_INC_TYPE :' || x_request_rec.type_id
832: );
833: END IF;
834: ELSE

Line 837: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

833: END IF;
834: ELSE
835: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_TYPE', x_request_rec.type_id);
836:
837: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
838: THEN
839: FND_LOG.String
840: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
841: , 'The Value of profile INC_DEFAULT_INCIDENT_TYPE :' || x_request_rec.type_id

Line 839: FND_LOG.String

835: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_TYPE', x_request_rec.type_id);
836:
837: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
838: THEN
839: FND_LOG.String
840: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
841: , 'The Value of profile INC_DEFAULT_INCIDENT_TYPE :' || x_request_rec.type_id
842: );
843: END IF;

Line 840: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

836:
837: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
838: THEN
839: FND_LOG.String
840: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
841: , 'The Value of profile INC_DEFAULT_INCIDENT_TYPE :' || x_request_rec.type_id
842: );
843: END IF;
844: END IF;

Line 860: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

856: IF (x_request_rec.severity_id = FND_API.G_MISS_NUM) THEN
857: IF (NVL(x_request_rec.sr_creation_channel,'XXX') = 'WEB') THEN
858: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_SEVERITY', x_request_rec.severity_id);
859:
860: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
861: THEN
862: FND_LOG.String
863: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
864: , 'The Value of profile CS_DEFAULT_WEB_INC_SEVERITY :' || x_request_rec.severity_id

Line 862: FND_LOG.String

858: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_SEVERITY', x_request_rec.severity_id);
859:
860: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
861: THEN
862: FND_LOG.String
863: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
864: , 'The Value of profile CS_DEFAULT_WEB_INC_SEVERITY :' || x_request_rec.severity_id
865: );
866: END IF;

Line 863: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

859:
860: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
861: THEN
862: FND_LOG.String
863: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
864: , 'The Value of profile CS_DEFAULT_WEB_INC_SEVERITY :' || x_request_rec.severity_id
865: );
866: END IF;
867: ELSE

Line 870: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

866: END IF;
867: ELSE
868: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_SEVERITY', x_request_rec.severity_id);
869:
870: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
871: THEN
872: FND_LOG.String
873: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
874: , 'The Value of profile CS_DEFAULT_WEB_INC_SEVERITY :' || x_request_rec.severity_id

Line 872: FND_LOG.String

868: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_SEVERITY', x_request_rec.severity_id);
869:
870: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
871: THEN
872: FND_LOG.String
873: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
874: , 'The Value of profile CS_DEFAULT_WEB_INC_SEVERITY :' || x_request_rec.severity_id
875: );
876: END IF;

Line 873: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

869:
870: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
871: THEN
872: FND_LOG.String
873: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
874: , 'The Value of profile CS_DEFAULT_WEB_INC_SEVERITY :' || x_request_rec.severity_id
875: );
876: END IF;
877: END IF;

Line 887: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

883: IF (x_request_rec.urgency_id = FND_API.G_MISS_NUM) THEN
884: IF (NVL(x_request_rec.sr_creation_channel,'XXX') = 'WEB') THEN
885: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_URGENCY', x_request_rec.urgency_id);
886:
887: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
888: THEN
889: FND_LOG.String
890: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
891: , 'The Value of profile CS_DEFAULT_WEB_INC_URGENCY :' || x_request_rec.urgency_id

Line 889: FND_LOG.String

885: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_URGENCY', x_request_rec.urgency_id);
886:
887: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
888: THEN
889: FND_LOG.String
890: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
891: , 'The Value of profile CS_DEFAULT_WEB_INC_URGENCY :' || x_request_rec.urgency_id
892: );
893: END IF;

Line 890: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

886:
887: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
888: THEN
889: FND_LOG.String
890: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
891: , 'The Value of profile CS_DEFAULT_WEB_INC_URGENCY :' || x_request_rec.urgency_id
892: );
893: END IF;
894: ELSE

Line 897: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

893: END IF;
894: ELSE
895: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_URGENCY', x_request_rec.urgency_id);
896:
897: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
898: THEN
899: FND_LOG.String
900: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
901: , 'The Value of profile INC_DEFAULT_INCIDENT_URGENCY :' || x_request_rec.urgency_id

Line 899: FND_LOG.String

895: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_URGENCY', x_request_rec.urgency_id);
896:
897: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
898: THEN
899: FND_LOG.String
900: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
901: , 'The Value of profile INC_DEFAULT_INCIDENT_URGENCY :' || x_request_rec.urgency_id
902: );
903: END IF;

Line 900: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

896:
897: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
898: THEN
899: FND_LOG.String
900: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
901: , 'The Value of profile INC_DEFAULT_INCIDENT_URGENCY :' || x_request_rec.urgency_id
902: );
903: END IF;
904: END IF;

Line 911: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

907: IF (x_request_rec.owner_id = FND_API.G_MISS_NUM) THEN
908: IF (NVL(x_request_rec.sr_creation_channel,'XXX') = 'WEB') THEN
909: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_ASSIGNEE', x_request_rec.owner_id);
910:
911: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
912: THEN
913: FND_LOG.String
914: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
915: , 'The Value of profile CS_DEFAULT_WEB_INC_ASSIGNEE :' || x_request_rec.owner_id

Line 913: FND_LOG.String

909: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_ASSIGNEE', x_request_rec.owner_id);
910:
911: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
912: THEN
913: FND_LOG.String
914: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
915: , 'The Value of profile CS_DEFAULT_WEB_INC_ASSIGNEE :' || x_request_rec.owner_id
916: );
917: END IF;

Line 914: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

910:
911: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
912: THEN
913: FND_LOG.String
914: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
915: , 'The Value of profile CS_DEFAULT_WEB_INC_ASSIGNEE :' || x_request_rec.owner_id
916: );
917: END IF;
918: ELSE

Line 921: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

917: END IF;
918: ELSE
919: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_OWNER', x_request_rec.owner_id);
920:
921: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
922: THEN
923: FND_LOG.String
924: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
925: , 'The Value of profile INC_DEFAULT_INCIDENT_OWNER :' || x_request_rec.owner_id

Line 923: FND_LOG.String

919: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_OWNER', x_request_rec.owner_id);
920:
921: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
922: THEN
923: FND_LOG.String
924: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
925: , 'The Value of profile INC_DEFAULT_INCIDENT_OWNER :' || x_request_rec.owner_id
926: );
927: END IF;

Line 924: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

920:
921: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
922: THEN
923: FND_LOG.String
924: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
925: , 'The Value of profile INC_DEFAULT_INCIDENT_OWNER :' || x_request_rec.owner_id
926: );
927: END IF;
928: END IF;

Line 940: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

936: IF (x_request_rec.owner_group_id = FND_API.G_MISS_NUM) THEN
937: IF (NVL(x_request_rec.sr_creation_channel,'XXX') <> 'WEB') THEN
938: FND_PROFILE.Get('CS_SR_DEFAULT_GROUP_OWNER', x_request_rec.owner_group_id);
939:
940: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
941: THEN
942: FND_LOG.String
943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
944: , 'The Value of profile CS_SR_DEFAULT_GROUP_OWNER :' || x_request_rec.owner_group_id

Line 942: FND_LOG.String

938: FND_PROFILE.Get('CS_SR_DEFAULT_GROUP_OWNER', x_request_rec.owner_group_id);
939:
940: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
941: THEN
942: FND_LOG.String
943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
944: , 'The Value of profile CS_SR_DEFAULT_GROUP_OWNER :' || x_request_rec.owner_group_id
945: );
946: END IF;

Line 943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

939:
940: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
941: THEN
942: FND_LOG.String
943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
944: , 'The Value of profile CS_SR_DEFAULT_GROUP_OWNER :' || x_request_rec.owner_group_id
945: );
946: END IF;
947: END IF;

Line 957: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

953: IF (x_request_rec.owner_group_id is NOT NULL and
954: x_request_rec.owner_group_id <> FND_API.G_MISS_NUM) then
955: x_request_rec.group_type := nvl( FND_PROFILE.value('CS_SR_DEFAULT_GROUP_TYPE'), 'RS_GROUP');
956:
957: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
958: THEN
959: FND_LOG.String
960: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
961: , 'The Value of profile CS_SR_DEFAULT_GROUP_TYPE :' || x_request_rec.group_type

Line 959: FND_LOG.String

955: x_request_rec.group_type := nvl( FND_PROFILE.value('CS_SR_DEFAULT_GROUP_TYPE'), 'RS_GROUP');
956:
957: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
958: THEN
959: FND_LOG.String
960: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
961: , 'The Value of profile CS_SR_DEFAULT_GROUP_TYPE :' || x_request_rec.group_type
962: );
963: END IF;

Line 960: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

956:
957: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
958: THEN
959: FND_LOG.String
960: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
961: , 'The Value of profile CS_SR_DEFAULT_GROUP_TYPE :' || x_request_rec.group_type
962: );
963: END IF;
964: END IF;

Line 1125: ----------------------- FND Logging -----------------------------------

1121:
1122: -- Initialize API return status to success
1123: x_return_status := FND_API.G_RET_STS_SUCCESS;
1124:
1125: ----------------------- FND Logging -----------------------------------
1126: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1127: THEN
1128: FND_LOG.String
1129: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

Line 1126: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

1122: -- Initialize API return status to success
1123: x_return_status := FND_API.G_RET_STS_SUCCESS;
1124:
1125: ----------------------- FND Logging -----------------------------------
1126: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1127: THEN
1128: FND_LOG.String
1129: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
1130: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'

Line 1128: FND_LOG.String

1124:
1125: ----------------------- FND Logging -----------------------------------
1126: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1127: THEN
1128: FND_LOG.String
1129: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
1130: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
1131: );
1132: FND_LOG.String

Line 1129: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

1125: ----------------------- FND Logging -----------------------------------
1126: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1127: THEN
1128: FND_LOG.String
1129: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
1130: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
1131: );
1132: FND_LOG.String
1133: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1132: FND_LOG.String

1128: FND_LOG.String
1129: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
1130: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
1131: );
1132: FND_LOG.String
1133: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1134: , 'p_api_version:' || p_api_version
1135: );
1136: FND_LOG.String

Line 1133: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1129: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
1130: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
1131: );
1132: FND_LOG.String
1133: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1134: , 'p_api_version:' || p_api_version
1135: );
1136: FND_LOG.String
1137: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1136: FND_LOG.String

1132: FND_LOG.String
1133: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1134: , 'p_api_version:' || p_api_version
1135: );
1136: FND_LOG.String
1137: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1138: , 'p_init_msg_list:' || p_init_msg_list
1139: );
1140: FND_LOG.String

Line 1137: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1133: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1134: , 'p_api_version:' || p_api_version
1135: );
1136: FND_LOG.String
1137: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1138: , 'p_init_msg_list:' || p_init_msg_list
1139: );
1140: FND_LOG.String
1141: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1140: FND_LOG.String

1136: FND_LOG.String
1137: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1138: , 'p_init_msg_list:' || p_init_msg_list
1139: );
1140: FND_LOG.String
1141: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1142: , 'p_commit:' || p_commit
1143: );
1144: FND_LOG.String

Line 1141: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1137: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1138: , 'p_init_msg_list:' || p_init_msg_list
1139: );
1140: FND_LOG.String
1141: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1142: , 'p_commit:' || p_commit
1143: );
1144: FND_LOG.String
1145: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1144: FND_LOG.String

1140: FND_LOG.String
1141: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1142: , 'p_commit:' || p_commit
1143: );
1144: FND_LOG.String
1145: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1146: , 'p_resp_appl_id:' || p_resp_appl_id
1147: );
1148: FND_LOG.String

Line 1145: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1141: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1142: , 'p_commit:' || p_commit
1143: );
1144: FND_LOG.String
1145: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1146: , 'p_resp_appl_id:' || p_resp_appl_id
1147: );
1148: FND_LOG.String
1149: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1148: FND_LOG.String

1144: FND_LOG.String
1145: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1146: , 'p_resp_appl_id:' || p_resp_appl_id
1147: );
1148: FND_LOG.String
1149: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1150: , 'p_resp_id:' || p_resp_id
1151: );
1152: FND_LOG.String

Line 1149: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1145: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1146: , 'p_resp_appl_id:' || p_resp_appl_id
1147: );
1148: FND_LOG.String
1149: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1150: , 'p_resp_id:' || p_resp_id
1151: );
1152: FND_LOG.String
1153: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1152: FND_LOG.String

1148: FND_LOG.String
1149: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1150: , 'p_resp_id:' || p_resp_id
1151: );
1152: FND_LOG.String
1153: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1154: , 'p_user_id:' || p_user_id
1155: );
1156: FND_LOG.String

Line 1153: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1149: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1150: , 'p_resp_id:' || p_resp_id
1151: );
1152: FND_LOG.String
1153: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1154: , 'p_user_id:' || p_user_id
1155: );
1156: FND_LOG.String
1157: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1156: FND_LOG.String

1152: FND_LOG.String
1153: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1154: , 'p_user_id:' || p_user_id
1155: );
1156: FND_LOG.String
1157: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1158: , 'p_login_id:' || p_login_id
1159: );
1160: FND_LOG.String

Line 1157: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1153: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1154: , 'p_user_id:' || p_user_id
1155: );
1156: FND_LOG.String
1157: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1158: , 'p_login_id:' || p_login_id
1159: );
1160: FND_LOG.String
1161: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1160: FND_LOG.String

1156: FND_LOG.String
1157: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1158: , 'p_login_id:' || p_login_id
1159: );
1160: FND_LOG.String
1161: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1162: , 'p_org_id:' || p_org_id
1163: );
1164: FND_LOG.String

Line 1161: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1157: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1158: , 'p_login_id:' || p_login_id
1159: );
1160: FND_LOG.String
1161: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1162: , 'p_org_id:' || p_org_id
1163: );
1164: FND_LOG.String
1165: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1164: FND_LOG.String

1160: FND_LOG.String
1161: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1162: , 'p_org_id:' || p_org_id
1163: );
1164: FND_LOG.String
1165: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1166: , 'p_request_id:' || p_request_id
1167: );
1168: FND_LOG.String

Line 1165: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1161: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1162: , 'p_org_id:' || p_org_id
1163: );
1164: FND_LOG.String
1165: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1166: , 'p_request_id:' || p_request_id
1167: );
1168: FND_LOG.String
1169: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1168: FND_LOG.String

1164: FND_LOG.String
1165: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1166: , 'p_request_id:' || p_request_id
1167: );
1168: FND_LOG.String
1169: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1170: , 'p_request_number:' || p_request_number
1171: );
1172: FND_LOG.String

Line 1169: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1165: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1166: , 'p_request_id:' || p_request_id
1167: );
1168: FND_LOG.String
1169: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1170: , 'p_request_number:' || p_request_number
1171: );
1172: FND_LOG.String
1173: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1172: FND_LOG.String

1168: FND_LOG.String
1169: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1170: , 'p_request_number:' || p_request_number
1171: );
1172: FND_LOG.String
1173: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1174: , 'p_auto_assign:' || p_auto_assign
1175: );
1176: FND_LOG.String

Line 1173: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1169: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1170: , 'p_request_number:' || p_request_number
1171: );
1172: FND_LOG.String
1173: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1174: , 'p_auto_assign:' || p_auto_assign
1175: );
1176: FND_LOG.String
1177: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1176: FND_LOG.String

1172: FND_LOG.String
1173: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1174: , 'p_auto_assign:' || p_auto_assign
1175: );
1176: FND_LOG.String
1177: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1178: , 'p_auto_generate_tasks:' || p_auto_generate_tasks
1179: );
1180: FND_LOG.String

Line 1177: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1173: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1174: , 'p_auto_assign:' || p_auto_assign
1175: );
1176: FND_LOG.String
1177: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1178: , 'p_auto_generate_tasks:' || p_auto_generate_tasks
1179: );
1180: FND_LOG.String
1181: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1180: FND_LOG.String

1176: FND_LOG.String
1177: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1178: , 'p_auto_generate_tasks:' || p_auto_generate_tasks
1179: );
1180: FND_LOG.String
1181: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1182: , 'p_default_contract_sla_ind:' || p_default_contract_sla_ind
1183: );
1184: FND_LOG.String

Line 1181: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1177: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1178: , 'p_auto_generate_tasks:' || p_auto_generate_tasks
1179: );
1180: FND_LOG.String
1181: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1182: , 'p_default_contract_sla_ind:' || p_default_contract_sla_ind
1183: );
1184: FND_LOG.String
1185: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1184: FND_LOG.String

1180: FND_LOG.String
1181: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1182: , 'p_default_contract_sla_ind:' || p_default_contract_sla_ind
1183: );
1184: FND_LOG.String
1185: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1186: , 'p_default_coverage_template_id:' || p_default_coverage_template_id
1187: );
1188:

Line 1185: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1181: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1182: , 'p_default_contract_sla_ind:' || p_default_contract_sla_ind
1183: );
1184: FND_LOG.String
1185: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1186: , 'p_default_coverage_template_id:' || p_default_coverage_template_id
1187: );
1188:
1189: -- --------------------------------------------------------------------------

Line 1417: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

1413: END IF;
1414:
1415: FND_PROFILE.Get('CS_ID_FLEX_CODE', l_key_flex_code);
1416:
1417: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1418: THEN
1419: FND_LOG.String
1420: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1421: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code

Line 1419: FND_LOG.String

1415: FND_PROFILE.Get('CS_ID_FLEX_CODE', l_key_flex_code);
1416:
1417: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1418: THEN
1419: FND_LOG.String
1420: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1421: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code
1422: );
1423: END IF;

Line 1420: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

1416:
1417: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1418: THEN
1419: FND_LOG.String
1420: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1421: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code
1422: );
1423: END IF;
1424:

Line 2472: ----------------------- FND Logging -----------------------------------

2468:
2469: -- Initialize API return status to success
2470: x_return_status := FND_API.G_RET_STS_SUCCESS;
2471:
2472: ----------------------- FND Logging -----------------------------------
2473: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2474: THEN
2475: FND_LOG.String
2476: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

Line 2473: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

2469: -- Initialize API return status to success
2470: x_return_status := FND_API.G_RET_STS_SUCCESS;
2471:
2472: ----------------------- FND Logging -----------------------------------
2473: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2474: THEN
2475: FND_LOG.String
2476: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
2477: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'

Line 2475: FND_LOG.String

2471:
2472: ----------------------- FND Logging -----------------------------------
2473: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2474: THEN
2475: FND_LOG.String
2476: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
2477: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
2478: );
2479: FND_LOG.String

Line 2476: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

2472: ----------------------- FND Logging -----------------------------------
2473: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2474: THEN
2475: FND_LOG.String
2476: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
2477: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
2478: );
2479: FND_LOG.String
2480: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2479: FND_LOG.String

2475: FND_LOG.String
2476: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
2477: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
2478: );
2479: FND_LOG.String
2480: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2481: , 'p_api_version:' || p_api_version
2482: );
2483: FND_LOG.String

Line 2480: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2476: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
2477: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
2478: );
2479: FND_LOG.String
2480: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2481: , 'p_api_version:' || p_api_version
2482: );
2483: FND_LOG.String
2484: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2483: FND_LOG.String

2479: FND_LOG.String
2480: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2481: , 'p_api_version:' || p_api_version
2482: );
2483: FND_LOG.String
2484: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2485: , 'p_init_msg_list:' || p_init_msg_list
2486: );
2487: FND_LOG.String

Line 2484: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2480: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2481: , 'p_api_version:' || p_api_version
2482: );
2483: FND_LOG.String
2484: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2485: , 'p_init_msg_list:' || p_init_msg_list
2486: );
2487: FND_LOG.String
2488: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2487: FND_LOG.String

2483: FND_LOG.String
2484: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2485: , 'p_init_msg_list:' || p_init_msg_list
2486: );
2487: FND_LOG.String
2488: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2489: , 'p_commit:' || p_commit
2490: );
2491: FND_LOG.String

Line 2488: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2484: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2485: , 'p_init_msg_list:' || p_init_msg_list
2486: );
2487: FND_LOG.String
2488: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2489: , 'p_commit:' || p_commit
2490: );
2491: FND_LOG.String
2492: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2491: FND_LOG.String

2487: FND_LOG.String
2488: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2489: , 'p_commit:' || p_commit
2490: );
2491: FND_LOG.String
2492: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2493: , 'p_resp_appl_id:' || p_resp_appl_id
2494: );
2495: FND_LOG.String

Line 2492: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2488: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2489: , 'p_commit:' || p_commit
2490: );
2491: FND_LOG.String
2492: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2493: , 'p_resp_appl_id:' || p_resp_appl_id
2494: );
2495: FND_LOG.String
2496: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2495: FND_LOG.String

2491: FND_LOG.String
2492: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2493: , 'p_resp_appl_id:' || p_resp_appl_id
2494: );
2495: FND_LOG.String
2496: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2497: , 'p_resp_id:' || p_resp_id
2498: );
2499: FND_LOG.String

Line 2496: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2492: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2493: , 'p_resp_appl_id:' || p_resp_appl_id
2494: );
2495: FND_LOG.String
2496: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2497: , 'p_resp_id:' || p_resp_id
2498: );
2499: FND_LOG.String
2500: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2499: FND_LOG.String

2495: FND_LOG.String
2496: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2497: , 'p_resp_id:' || p_resp_id
2498: );
2499: FND_LOG.String
2500: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2501: , 'P_audit_comments:' || P_audit_comments
2502: );
2503: FND_LOG.String

Line 2500: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2496: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2497: , 'p_resp_id:' || p_resp_id
2498: );
2499: FND_LOG.String
2500: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2501: , 'P_audit_comments:' || P_audit_comments
2502: );
2503: FND_LOG.String
2504: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2503: FND_LOG.String

2499: FND_LOG.String
2500: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2501: , 'P_audit_comments:' || P_audit_comments
2502: );
2503: FND_LOG.String
2504: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2505: , 'P_object_version_number:' || P_object_version_number
2506: );
2507: FND_LOG.String

Line 2504: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2500: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2501: , 'P_audit_comments:' || P_audit_comments
2502: );
2503: FND_LOG.String
2504: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2505: , 'P_object_version_number:' || P_object_version_number
2506: );
2507: FND_LOG.String
2508: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2507: FND_LOG.String

2503: FND_LOG.String
2504: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2505: , 'P_object_version_number:' || P_object_version_number
2506: );
2507: FND_LOG.String
2508: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2509: , 'P_Last_updated_by:' || P_Last_updated_by
2510: );
2511: FND_LOG.String

Line 2508: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2504: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2505: , 'P_object_version_number:' || P_object_version_number
2506: );
2507: FND_LOG.String
2508: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2509: , 'P_Last_updated_by:' || P_Last_updated_by
2510: );
2511: FND_LOG.String
2512: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2511: FND_LOG.String

2507: FND_LOG.String
2508: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2509: , 'P_Last_updated_by:' || P_Last_updated_by
2510: );
2511: FND_LOG.String
2512: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2513: , 'P_Last_update_login:' || P_Last_update_login
2514: );
2515: FND_LOG.String

Line 2512: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2508: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2509: , 'P_Last_updated_by:' || P_Last_updated_by
2510: );
2511: FND_LOG.String
2512: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2513: , 'P_Last_update_login:' || P_Last_update_login
2514: );
2515: FND_LOG.String
2516: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2515: FND_LOG.String

2511: FND_LOG.String
2512: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2513: , 'P_Last_update_login:' || P_Last_update_login
2514: );
2515: FND_LOG.String
2516: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2517: , 'P_Last_update_date:' || P_Last_update_date
2518: );
2519: FND_LOG.String

Line 2516: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2512: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2513: , 'P_Last_update_login:' || P_Last_update_login
2514: );
2515: FND_LOG.String
2516: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2517: , 'P_Last_update_date:' || P_Last_update_date
2518: );
2519: FND_LOG.String
2520: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2519: FND_LOG.String

2515: FND_LOG.String
2516: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2517: , 'P_Last_update_date:' || P_Last_update_date
2518: );
2519: FND_LOG.String
2520: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2521: , 'p_request_id:' || p_request_id
2522: );
2523: FND_LOG.String

Line 2520: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2516: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2517: , 'P_Last_update_date:' || P_Last_update_date
2518: );
2519: FND_LOG.String
2520: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2521: , 'p_request_id:' || p_request_id
2522: );
2523: FND_LOG.String
2524: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2523: FND_LOG.String

2519: FND_LOG.String
2520: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2521: , 'p_request_id:' || p_request_id
2522: );
2523: FND_LOG.String
2524: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2525: , 'p_request_number:' || p_request_number
2526: );
2527: FND_LOG.String

Line 2524: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2520: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2521: , 'p_request_id:' || p_request_id
2522: );
2523: FND_LOG.String
2524: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2525: , 'p_request_number:' || p_request_number
2526: );
2527: FND_LOG.String
2528: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2527: FND_LOG.String

2523: FND_LOG.String
2524: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2525: , 'p_request_number:' || p_request_number
2526: );
2527: FND_LOG.String
2528: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2529: , 'p_auto_assign:' || p_auto_assign
2530: );
2531: FND_LOG.String

Line 2528: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2524: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2525: , 'p_request_number:' || p_request_number
2526: );
2527: FND_LOG.String
2528: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2529: , 'p_auto_assign:' || p_auto_assign
2530: );
2531: FND_LOG.String
2532: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2531: FND_LOG.String

2527: FND_LOG.String
2528: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2529: , 'p_auto_assign:' || p_auto_assign
2530: );
2531: FND_LOG.String
2532: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2533: , 'P_Called_by_workflow:' || P_Called_by_workflow
2534: );
2535: FND_LOG.String

Line 2532: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2528: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2529: , 'p_auto_assign:' || p_auto_assign
2530: );
2531: FND_LOG.String
2532: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2533: , 'P_Called_by_workflow:' || P_Called_by_workflow
2534: );
2535: FND_LOG.String
2536: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2535: FND_LOG.String

2531: FND_LOG.String
2532: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2533: , 'P_Called_by_workflow:' || P_Called_by_workflow
2534: );
2535: FND_LOG.String
2536: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2537: , 'P_Workflow_process_id:' || P_Workflow_process_id
2538: );
2539: FND_LOG.String

Line 2536: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2532: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2533: , 'P_Called_by_workflow:' || P_Called_by_workflow
2534: );
2535: FND_LOG.String
2536: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2537: , 'P_Workflow_process_id:' || P_Workflow_process_id
2538: );
2539: FND_LOG.String
2540: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2539: FND_LOG.String

2535: FND_LOG.String
2536: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2537: , 'P_Workflow_process_id:' || P_Workflow_process_id
2538: );
2539: FND_LOG.String
2540: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2541: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
2542: );
2543: FND_LOG.String

Line 2540: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2536: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2537: , 'P_Workflow_process_id:' || P_Workflow_process_id
2538: );
2539: FND_LOG.String
2540: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2541: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
2542: );
2543: FND_LOG.String
2544: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2543: FND_LOG.String

2539: FND_LOG.String
2540: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2541: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
2542: );
2543: FND_LOG.String
2544: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2545: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
2546: );
2547: FND_LOG.String

Line 2544: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2540: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2541: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
2542: );
2543: FND_LOG.String
2544: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2545: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
2546: );
2547: FND_LOG.String
2548: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2547: FND_LOG.String

2543: FND_LOG.String
2544: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2545: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
2546: );
2547: FND_LOG.String
2548: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2549: , 'P_auto_generate_tasks:' || P_auto_generate_tasks
2550: );
2551:

Line 2548: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2544: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2545: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
2546: );
2547: FND_LOG.String
2548: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2549: , 'P_auto_generate_tasks:' || P_auto_generate_tasks
2550: );
2551:
2552: -- --------------------------------------------------------------------------

Line 2864: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

2860: ---l_key_flex_code := FND_PROFILE.Value_Specific('CS_ID_FLEX_CODE', l_user_id, l_resp_id, l_resp_appl_id );
2861:
2862: FND_PROFILE.Get('CS_ID_FLEX_CODE', l_key_flex_code) ;
2863:
2864: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2865: THEN
2866: FND_LOG.String
2867: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2868: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code

Line 2866: FND_LOG.String

2862: FND_PROFILE.Get('CS_ID_FLEX_CODE', l_key_flex_code) ;
2863:
2864: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2865: THEN
2866: FND_LOG.String
2867: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2868: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code
2869: );
2870: END IF;

Line 2867: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

2863:
2864: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2865: THEN
2866: FND_LOG.String
2867: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2868: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code
2869: );
2870: END IF;
2871:

Line 3499: ----------------------- FND Logging -----------------------------------

3495:
3496: -- Initialize return status to SUCCESS
3497: x_return_status := FND_API.G_RET_STS_SUCCESS;
3498:
3499: ----------------------- FND Logging -----------------------------------
3500: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3501: THEN
3502: FND_LOG.String
3503: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

Line 3500: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

3496: -- Initialize return status to SUCCESS
3497: x_return_status := FND_API.G_RET_STS_SUCCESS;
3498:
3499: ----------------------- FND Logging -----------------------------------
3500: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3501: THEN
3502: FND_LOG.String
3503: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3504: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'

Line 3502: FND_LOG.String

3498:
3499: ----------------------- FND Logging -----------------------------------
3500: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3501: THEN
3502: FND_LOG.String
3503: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3504: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3505: );
3506: FND_LOG.String

Line 3503: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

3499: ----------------------- FND Logging -----------------------------------
3500: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3501: THEN
3502: FND_LOG.String
3503: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3504: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3505: );
3506: FND_LOG.String
3507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3506: FND_LOG.String

3502: FND_LOG.String
3503: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3504: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3505: );
3506: FND_LOG.String
3507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3508: , 'p_api_version:' || p_api_version
3509: );
3510: FND_LOG.String

Line 3507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3503: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3504: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3505: );
3506: FND_LOG.String
3507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3508: , 'p_api_version:' || p_api_version
3509: );
3510: FND_LOG.String
3511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3510: FND_LOG.String

3506: FND_LOG.String
3507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3508: , 'p_api_version:' || p_api_version
3509: );
3510: FND_LOG.String
3511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3512: , 'p_init_msg_list:' || p_init_msg_list
3513: );
3514: FND_LOG.String

Line 3511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3508: , 'p_api_version:' || p_api_version
3509: );
3510: FND_LOG.String
3511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3512: , 'p_init_msg_list:' || p_init_msg_list
3513: );
3514: FND_LOG.String
3515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3514: FND_LOG.String

3510: FND_LOG.String
3511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3512: , 'p_init_msg_list:' || p_init_msg_list
3513: );
3514: FND_LOG.String
3515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3516: , 'p_commit:' || p_commit
3517: );
3518: FND_LOG.String

Line 3515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3512: , 'p_init_msg_list:' || p_init_msg_list
3513: );
3514: FND_LOG.String
3515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3516: , 'p_commit:' || p_commit
3517: );
3518: FND_LOG.String
3519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3518: FND_LOG.String

3514: FND_LOG.String
3515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3516: , 'p_commit:' || p_commit
3517: );
3518: FND_LOG.String
3519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3520: , 'p_resp_appl_id:' || p_resp_appl_id
3521: );
3522: FND_LOG.String

Line 3519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3516: , 'p_commit:' || p_commit
3517: );
3518: FND_LOG.String
3519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3520: , 'p_resp_appl_id:' || p_resp_appl_id
3521: );
3522: FND_LOG.String
3523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3522: FND_LOG.String

3518: FND_LOG.String
3519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3520: , 'p_resp_appl_id:' || p_resp_appl_id
3521: );
3522: FND_LOG.String
3523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3524: , 'p_resp_id:' || p_resp_id
3525: );
3526: FND_LOG.String

Line 3523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3520: , 'p_resp_appl_id:' || p_resp_appl_id
3521: );
3522: FND_LOG.String
3523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3524: , 'p_resp_id:' || p_resp_id
3525: );
3526: FND_LOG.String
3527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3526: FND_LOG.String

3522: FND_LOG.String
3523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3524: , 'p_resp_id:' || p_resp_id
3525: );
3526: FND_LOG.String
3527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3528: , 'P_audit_comments:' || P_audit_comments
3529: );
3530: FND_LOG.String

Line 3527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3524: , 'p_resp_id:' || p_resp_id
3525: );
3526: FND_LOG.String
3527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3528: , 'P_audit_comments:' || P_audit_comments
3529: );
3530: FND_LOG.String
3531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3530: FND_LOG.String

3526: FND_LOG.String
3527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3528: , 'P_audit_comments:' || P_audit_comments
3529: );
3530: FND_LOG.String
3531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3532: , 'P_object_version_number:' || P_object_version_number
3533: );
3534: FND_LOG.String

Line 3531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3528: , 'P_audit_comments:' || P_audit_comments
3529: );
3530: FND_LOG.String
3531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3532: , 'P_object_version_number:' || P_object_version_number
3533: );
3534: FND_LOG.String
3535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3534: FND_LOG.String

3530: FND_LOG.String
3531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3532: , 'P_object_version_number:' || P_object_version_number
3533: );
3534: FND_LOG.String
3535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3536: , 'P_user_id:' || P_user_id
3537: );
3538: FND_LOG.String

Line 3535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3532: , 'P_object_version_number:' || P_object_version_number
3533: );
3534: FND_LOG.String
3535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3536: , 'P_user_id:' || P_user_id
3537: );
3538: FND_LOG.String
3539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3538: FND_LOG.String

3534: FND_LOG.String
3535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3536: , 'P_user_id:' || P_user_id
3537: );
3538: FND_LOG.String
3539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3540: , 'P_login_id:' || P_login_id
3541: );
3542: FND_LOG.String

Line 3539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3536: , 'P_user_id:' || P_user_id
3537: );
3538: FND_LOG.String
3539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3540: , 'P_login_id:' || P_login_id
3541: );
3542: FND_LOG.String
3543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3542: FND_LOG.String

3538: FND_LOG.String
3539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3540: , 'P_login_id:' || P_login_id
3541: );
3542: FND_LOG.String
3543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3544: , 'P_status_id:' || P_status_id
3545: );
3546: FND_LOG.String

Line 3543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3540: , 'P_login_id:' || P_login_id
3541: );
3542: FND_LOG.String
3543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3544: , 'P_status_id:' || P_status_id
3545: );
3546: FND_LOG.String
3547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3546: FND_LOG.String

3542: FND_LOG.String
3543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3544: , 'P_status_id:' || P_status_id
3545: );
3546: FND_LOG.String
3547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3548: , 'P_status:' || P_status
3549: );
3550: FND_LOG.String

Line 3547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3544: , 'P_status_id:' || P_status_id
3545: );
3546: FND_LOG.String
3547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3548: , 'P_status:' || P_status
3549: );
3550: FND_LOG.String
3551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3550: FND_LOG.String

3546: FND_LOG.String
3547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3548: , 'P_status:' || P_status
3549: );
3550: FND_LOG.String
3551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3552: , 'P_Closed_date:' || P_Closed_date
3553: );
3554: FND_LOG.String

Line 3551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3548: , 'P_status:' || P_status
3549: );
3550: FND_LOG.String
3551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3552: , 'P_Closed_date:' || P_Closed_date
3553: );
3554: FND_LOG.String
3555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3554: FND_LOG.String

3550: FND_LOG.String
3551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3552: , 'P_Closed_date:' || P_Closed_date
3553: );
3554: FND_LOG.String
3555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3556: , 'p_request_id:' || p_request_id
3557: );
3558: FND_LOG.String

Line 3555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3552: , 'P_Closed_date:' || P_Closed_date
3553: );
3554: FND_LOG.String
3555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3556: , 'p_request_id:' || p_request_id
3557: );
3558: FND_LOG.String
3559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3558: FND_LOG.String

3554: FND_LOG.String
3555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3556: , 'p_request_id:' || p_request_id
3557: );
3558: FND_LOG.String
3559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3560: , 'p_request_number:' || p_request_number
3561: );
3562: FND_LOG.String

Line 3559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3556: , 'p_request_id:' || p_request_id
3557: );
3558: FND_LOG.String
3559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3560: , 'p_request_number:' || p_request_number
3561: );
3562: FND_LOG.String
3563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3562: FND_LOG.String

3558: FND_LOG.String
3559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3560: , 'p_request_number:' || p_request_number
3561: );
3562: FND_LOG.String
3563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3564: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3565: );
3566: FND_LOG.String

Line 3563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3560: , 'p_request_number:' || p_request_number
3561: );
3562: FND_LOG.String
3563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3564: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3565: );
3566: FND_LOG.String
3567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3566: FND_LOG.String

3562: FND_LOG.String
3563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3564: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3565: );
3566: FND_LOG.String
3567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3568: , 'P_Called_by_workflow:' || P_Called_by_workflow
3569: );
3570: FND_LOG.String

Line 3567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3564: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3565: );
3566: FND_LOG.String
3567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3568: , 'P_Called_by_workflow:' || P_Called_by_workflow
3569: );
3570: FND_LOG.String
3571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3570: FND_LOG.String

3566: FND_LOG.String
3567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3568: , 'P_Called_by_workflow:' || P_Called_by_workflow
3569: );
3570: FND_LOG.String
3571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3572: , 'P_Workflow_process_id:' || P_Workflow_process_id
3573: );
3574: FND_LOG.String

Line 3571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3568: , 'P_Called_by_workflow:' || P_Called_by_workflow
3569: );
3570: FND_LOG.String
3571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3572: , 'P_Workflow_process_id:' || P_Workflow_process_id
3573: );
3574: FND_LOG.String
3575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3574: FND_LOG.String

3570: FND_LOG.String
3571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3572: , 'P_Workflow_process_id:' || P_Workflow_process_id
3573: );
3574: FND_LOG.String
3575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3576: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
3577: );
3578: FND_LOG.String

Line 3575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3572: , 'P_Workflow_process_id:' || P_Workflow_process_id
3573: );
3574: FND_LOG.String
3575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3576: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
3577: );
3578: FND_LOG.String
3579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3578: FND_LOG.String

3574: FND_LOG.String
3575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3576: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
3577: );
3578: FND_LOG.String
3579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3580: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
3581: );
3582: FND_LOG.String

Line 3579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3576: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
3577: );
3578: FND_LOG.String
3579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3580: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
3581: );
3582: FND_LOG.String
3583: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3582: FND_LOG.String

3578: FND_LOG.String
3579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3580: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
3581: );
3582: FND_LOG.String
3583: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3584: , 'P_auto_generate_tasks:' || P_auto_generate_tasks
3585: );
3586:

Line 3583: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3580: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
3581: );
3582: FND_LOG.String
3583: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3584: , 'P_auto_generate_tasks:' || P_auto_generate_tasks
3585: );
3586:
3587: END IF;

Line 3863: ----------------------- FND Logging -----------------------------------

3859:
3860: -- Initialize return status to SUCCESS
3861: x_return_status := FND_API.G_RET_STS_SUCCESS;
3862:
3863: ----------------------- FND Logging -----------------------------------
3864: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3865: THEN
3866: FND_LOG.String
3867: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

Line 3864: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

3860: -- Initialize return status to SUCCESS
3861: x_return_status := FND_API.G_RET_STS_SUCCESS;
3862:
3863: ----------------------- FND Logging -----------------------------------
3864: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3865: THEN
3866: FND_LOG.String
3867: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3868: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'

Line 3866: FND_LOG.String

3862:
3863: ----------------------- FND Logging -----------------------------------
3864: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3865: THEN
3866: FND_LOG.String
3867: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3868: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3869: );
3870: FND_LOG.String

Line 3867: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

3863: ----------------------- FND Logging -----------------------------------
3864: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3865: THEN
3866: FND_LOG.String
3867: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3868: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3869: );
3870: FND_LOG.String
3871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3870: FND_LOG.String

3866: FND_LOG.String
3867: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3868: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3869: );
3870: FND_LOG.String
3871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3872: , 'p_api_version:' || p_api_version
3873: );
3874: FND_LOG.String

Line 3871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3867: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3868: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3869: );
3870: FND_LOG.String
3871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3872: , 'p_api_version:' || p_api_version
3873: );
3874: FND_LOG.String
3875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3874: FND_LOG.String

3870: FND_LOG.String
3871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3872: , 'p_api_version:' || p_api_version
3873: );
3874: FND_LOG.String
3875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3876: , 'p_init_msg_list:' || p_init_msg_list
3877: );
3878: FND_LOG.String

Line 3875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3872: , 'p_api_version:' || p_api_version
3873: );
3874: FND_LOG.String
3875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3876: , 'p_init_msg_list:' || p_init_msg_list
3877: );
3878: FND_LOG.String
3879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3878: FND_LOG.String

3874: FND_LOG.String
3875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3876: , 'p_init_msg_list:' || p_init_msg_list
3877: );
3878: FND_LOG.String
3879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3880: , 'p_commit:' || p_commit
3881: );
3882: FND_LOG.String

Line 3879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3876: , 'p_init_msg_list:' || p_init_msg_list
3877: );
3878: FND_LOG.String
3879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3880: , 'p_commit:' || p_commit
3881: );
3882: FND_LOG.String
3883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3882: FND_LOG.String

3878: FND_LOG.String
3879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3880: , 'p_commit:' || p_commit
3881: );
3882: FND_LOG.String
3883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3884: , 'p_resp_appl_id:' || p_resp_appl_id
3885: );
3886: FND_LOG.String

Line 3883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3880: , 'p_commit:' || p_commit
3881: );
3882: FND_LOG.String
3883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3884: , 'p_resp_appl_id:' || p_resp_appl_id
3885: );
3886: FND_LOG.String
3887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3886: FND_LOG.String

3882: FND_LOG.String
3883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3884: , 'p_resp_appl_id:' || p_resp_appl_id
3885: );
3886: FND_LOG.String
3887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3888: , 'p_resp_id:' || p_resp_id
3889: );
3890: FND_LOG.String

Line 3887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3884: , 'p_resp_appl_id:' || p_resp_appl_id
3885: );
3886: FND_LOG.String
3887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3888: , 'p_resp_id:' || p_resp_id
3889: );
3890: FND_LOG.String
3891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3890: FND_LOG.String

3886: FND_LOG.String
3887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3888: , 'p_resp_id:' || p_resp_id
3889: );
3890: FND_LOG.String
3891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3892: , 'P_audit_comments:' || P_audit_comments
3893: );
3894: FND_LOG.String

Line 3891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3888: , 'p_resp_id:' || p_resp_id
3889: );
3890: FND_LOG.String
3891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3892: , 'P_audit_comments:' || P_audit_comments
3893: );
3894: FND_LOG.String
3895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3894: FND_LOG.String

3890: FND_LOG.String
3891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3892: , 'P_audit_comments:' || P_audit_comments
3893: );
3894: FND_LOG.String
3895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3896: , 'P_object_version_number:' || P_object_version_number
3897: );
3898: FND_LOG.String

Line 3895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3892: , 'P_audit_comments:' || P_audit_comments
3893: );
3894: FND_LOG.String
3895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3896: , 'P_object_version_number:' || P_object_version_number
3897: );
3898: FND_LOG.String
3899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3898: FND_LOG.String

3894: FND_LOG.String
3895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3896: , 'P_object_version_number:' || P_object_version_number
3897: );
3898: FND_LOG.String
3899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3900: , 'P_user_id:' || P_user_id
3901: );
3902: FND_LOG.String

Line 3899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3896: , 'P_object_version_number:' || P_object_version_number
3897: );
3898: FND_LOG.String
3899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3900: , 'P_user_id:' || P_user_id
3901: );
3902: FND_LOG.String
3903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3902: FND_LOG.String

3898: FND_LOG.String
3899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3900: , 'P_user_id:' || P_user_id
3901: );
3902: FND_LOG.String
3903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3904: , 'P_login_id:' || P_login_id
3905: );
3906: FND_LOG.String

Line 3903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3900: , 'P_user_id:' || P_user_id
3901: );
3902: FND_LOG.String
3903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3904: , 'P_login_id:' || P_login_id
3905: );
3906: FND_LOG.String
3907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3906: FND_LOG.String

3902: FND_LOG.String
3903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3904: , 'P_login_id:' || P_login_id
3905: );
3906: FND_LOG.String
3907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3908: , 'P_owner_id:' || P_owner_id
3909: );
3910: FND_LOG.String

Line 3907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3904: , 'P_login_id:' || P_login_id
3905: );
3906: FND_LOG.String
3907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3908: , 'P_owner_id:' || P_owner_id
3909: );
3910: FND_LOG.String
3911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3910: FND_LOG.String

3906: FND_LOG.String
3907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3908: , 'P_owner_id:' || P_owner_id
3909: );
3910: FND_LOG.String
3911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3912: , 'P_owner_group_id:' || P_owner_group_id
3913: );
3914: FND_LOG.String

Line 3911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3908: , 'P_owner_id:' || P_owner_id
3909: );
3910: FND_LOG.String
3911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3912: , 'P_owner_group_id:' || P_owner_group_id
3913: );
3914: FND_LOG.String
3915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3914: FND_LOG.String

3910: FND_LOG.String
3911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3912: , 'P_owner_group_id:' || P_owner_group_id
3913: );
3914: FND_LOG.String
3915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3916: , 'P_Resource_Type:' || P_Resource_Type
3917: );
3918: FND_LOG.String

Line 3915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3912: , 'P_owner_group_id:' || P_owner_group_id
3913: );
3914: FND_LOG.String
3915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3916: , 'P_Resource_Type:' || P_Resource_Type
3917: );
3918: FND_LOG.String
3919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3918: FND_LOG.String

3914: FND_LOG.String
3915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3916: , 'P_Resource_Type:' || P_Resource_Type
3917: );
3918: FND_LOG.String
3919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3920: , 'p_request_id:' || p_request_id
3921: );
3922: FND_LOG.String

Line 3919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3916: , 'P_Resource_Type:' || P_Resource_Type
3917: );
3918: FND_LOG.String
3919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3920: , 'p_request_id:' || p_request_id
3921: );
3922: FND_LOG.String
3923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3922: FND_LOG.String

3918: FND_LOG.String
3919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3920: , 'p_request_id:' || p_request_id
3921: );
3922: FND_LOG.String
3923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3924: , 'p_request_number:' || p_request_number
3925: );
3926: FND_LOG.String

Line 3923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3920: , 'p_request_id:' || p_request_id
3921: );
3922: FND_LOG.String
3923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3924: , 'p_request_number:' || p_request_number
3925: );
3926: FND_LOG.String
3927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3926: FND_LOG.String

3922: FND_LOG.String
3923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3924: , 'p_request_number:' || p_request_number
3925: );
3926: FND_LOG.String
3927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3928: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3929: );
3930: FND_LOG.String

Line 3927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3924: , 'p_request_number:' || p_request_number
3925: );
3926: FND_LOG.String
3927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3928: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3929: );
3930: FND_LOG.String
3931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3930: FND_LOG.String

3926: FND_LOG.String
3927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3928: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3929: );
3930: FND_LOG.String
3931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3932: , 'P_Called_by_workflow:' || P_Called_by_workflow
3933: );
3934: FND_LOG.String

Line 3931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3928: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3929: );
3930: FND_LOG.String
3931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3932: , 'P_Called_by_workflow:' || P_Called_by_workflow
3933: );
3934: FND_LOG.String
3935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3934: FND_LOG.String

3930: FND_LOG.String
3931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3932: , 'P_Called_by_workflow:' || P_Called_by_workflow
3933: );
3934: FND_LOG.String
3935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3936: , 'P_Workflow_process_id:' || P_Workflow_process_id
3937: );
3938: FND_LOG.String

Line 3935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3932: , 'P_Called_by_workflow:' || P_Called_by_workflow
3933: );
3934: FND_LOG.String
3935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3936: , 'P_Workflow_process_id:' || P_Workflow_process_id
3937: );
3938: FND_LOG.String
3939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3938: FND_LOG.String

3934: FND_LOG.String
3935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3936: , 'P_Workflow_process_id:' || P_Workflow_process_id
3937: );
3938: FND_LOG.String
3939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3940: , 'P_audit_comments:' || P_audit_comments
3941: );
3942: FND_LOG.String

Line 3939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3936: , 'P_Workflow_process_id:' || P_Workflow_process_id
3937: );
3938: FND_LOG.String
3939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3940: , 'P_audit_comments:' || P_audit_comments
3941: );
3942: FND_LOG.String
3943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3942: FND_LOG.String

3938: FND_LOG.String
3939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3940: , 'P_audit_comments:' || P_audit_comments
3941: );
3942: FND_LOG.String
3943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3944: , 'P_Comments:' || P_Comments
3945: );
3946:

Line 3943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

3939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3940: , 'P_audit_comments:' || P_audit_comments
3941: );
3942: FND_LOG.String
3943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3944: , 'P_Comments:' || P_Comments
3945: );
3946:
3947: END IF;

Line 4133: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

4129: IF ((p_resp_appl_id IS NULL) AND (FND_GLOBAL.RESP_APPL_ID <> -1)) THEN
4130: -- ID is not passed in, return the default.
4131: p_resp_appl_id := FND_GLOBAL.RESP_APPL_ID;
4132:
4133: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4134: THEN
4135: FND_LOG.String
4136: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4137: , 'The Value of profile FND_GLOBAL.RESP_APPL_ID :' || p_resp_appl_id

Line 4135: FND_LOG.String

4131: p_resp_appl_id := FND_GLOBAL.RESP_APPL_ID;
4132:
4133: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4134: THEN
4135: FND_LOG.String
4136: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4137: , 'The Value of profile FND_GLOBAL.RESP_APPL_ID :' || p_resp_appl_id
4138: );
4139: END IF;

Line 4136: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

4132:
4133: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4134: THEN
4135: FND_LOG.String
4136: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4137: , 'The Value of profile FND_GLOBAL.RESP_APPL_ID :' || p_resp_appl_id
4138: );
4139: END IF;
4140: END IF;

Line 4145: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

4141:
4142: IF ((p_resp_id IS NULL) AND (FND_GLOBAL.RESP_ID <> -1)) THEN
4143: p_resp_id := FND_GLOBAL.RESP_ID;
4144:
4145: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4146: THEN
4147: FND_LOG.String
4148: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4149: , 'The Value of profile FND_GLOBAL.RESP_ID :' || p_resp_id

Line 4147: FND_LOG.String

4143: p_resp_id := FND_GLOBAL.RESP_ID;
4144:
4145: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4146: THEN
4147: FND_LOG.String
4148: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4149: , 'The Value of profile FND_GLOBAL.RESP_ID :' || p_resp_id
4150: );
4151: END IF;

Line 4148: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

4144:
4145: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4146: THEN
4147: FND_LOG.String
4148: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4149: , 'The Value of profile FND_GLOBAL.RESP_ID :' || p_resp_id
4150: );
4151: END IF;
4152: END IF;

Line 4157: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

4153:
4154: IF (p_user_id IS NULL) THEN
4155: p_user_id := FND_GLOBAL.USER_ID;
4156:
4157: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4158: THEN
4159: FND_LOG.String
4160: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4161: , 'The Value of profile FND_GLOBAL.USER_ID :' || p_user_id

Line 4159: FND_LOG.String

4155: p_user_id := FND_GLOBAL.USER_ID;
4156:
4157: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4158: THEN
4159: FND_LOG.String
4160: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4161: , 'The Value of profile FND_GLOBAL.USER_ID :' || p_user_id
4162: );
4163: END IF;

Line 4160: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

4156:
4157: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4158: THEN
4159: FND_LOG.String
4160: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4161: , 'The Value of profile FND_GLOBAL.USER_ID :' || p_user_id
4162: );
4163: END IF;
4164: END IF;

Line 4170: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

4166: IF ((p_login_id = FND_API.G_MISS_NUM) AND
4167: (FND_GLOBAL.LOGIN_ID NOT IN (-1,0))) THEN
4168: p_login_id := FND_GLOBAL.LOGIN_ID;
4169:
4170: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4171: THEN
4172: FND_LOG.String
4173: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4174: , 'The Value of profile FND_GLOBAL.LOGIN_ID :' || p_login_id

Line 4172: FND_LOG.String

4168: p_login_id := FND_GLOBAL.LOGIN_ID;
4169:
4170: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4171: THEN
4172: FND_LOG.String
4173: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4174: , 'The Value of profile FND_GLOBAL.LOGIN_ID :' || p_login_id
4175: );
4176: END IF;

Line 4173: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

4169:
4170: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4171: THEN
4172: FND_LOG.String
4173: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4174: , 'The Value of profile FND_GLOBAL.LOGIN_ID :' || p_login_id
4175: );
4176: END IF;
4177: ELSE

Line 5351: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level

5347: l_note_index BINARY_INTEGER;
5348: l_contact_index BINARY_INTEGER;
5349: BEGIN
5350:
5351: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
5352: THEN
5353: --- service_request_rec_type parameters --
5354: FND_LOG.String
5355: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5354: FND_LOG.String

5350:
5351: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
5352: THEN
5353: --- service_request_rec_type parameters --
5354: FND_LOG.String
5355: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5356: , 'request_date :' || p_service_request_rec.request_date
5357: );
5358: FND_LOG.String

Line 5355: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5351: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
5352: THEN
5353: --- service_request_rec_type parameters --
5354: FND_LOG.String
5355: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5356: , 'request_date :' || p_service_request_rec.request_date
5357: );
5358: FND_LOG.String
5359: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5358: FND_LOG.String

5354: FND_LOG.String
5355: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5356: , 'request_date :' || p_service_request_rec.request_date
5357: );
5358: FND_LOG.String
5359: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5360: , 'type_id :' || p_service_request_rec.type_id
5361: );
5362: FND_LOG.String

Line 5359: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5355: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5356: , 'request_date :' || p_service_request_rec.request_date
5357: );
5358: FND_LOG.String
5359: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5360: , 'type_id :' || p_service_request_rec.type_id
5361: );
5362: FND_LOG.String
5363: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5362: FND_LOG.String

5358: FND_LOG.String
5359: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5360: , 'type_id :' || p_service_request_rec.type_id
5361: );
5362: FND_LOG.String
5363: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5364: , 'type_name :' || p_service_request_rec.type_name
5365: );
5366: FND_LOG.String

Line 5363: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5359: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5360: , 'type_id :' || p_service_request_rec.type_id
5361: );
5362: FND_LOG.String
5363: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5364: , 'type_name :' || p_service_request_rec.type_name
5365: );
5366: FND_LOG.String
5367: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5366: FND_LOG.String

5362: FND_LOG.String
5363: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5364: , 'type_name :' || p_service_request_rec.type_name
5365: );
5366: FND_LOG.String
5367: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5368: , 'status_id :' || p_service_request_rec.status_id
5369: );
5370: FND_LOG.String

Line 5367: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5363: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5364: , 'type_name :' || p_service_request_rec.type_name
5365: );
5366: FND_LOG.String
5367: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5368: , 'status_id :' || p_service_request_rec.status_id
5369: );
5370: FND_LOG.String
5371: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5370: FND_LOG.String

5366: FND_LOG.String
5367: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5368: , 'status_id :' || p_service_request_rec.status_id
5369: );
5370: FND_LOG.String
5371: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5372: , 'status_name :' || p_service_request_rec.status_name
5373: );
5374: FND_LOG.String

Line 5371: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5367: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5368: , 'status_id :' || p_service_request_rec.status_id
5369: );
5370: FND_LOG.String
5371: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5372: , 'status_name :' || p_service_request_rec.status_name
5373: );
5374: FND_LOG.String
5375: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5374: FND_LOG.String

5370: FND_LOG.String
5371: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5372: , 'status_name :' || p_service_request_rec.status_name
5373: );
5374: FND_LOG.String
5375: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5376: , 'severity_id :' || p_service_request_rec.severity_id
5377: );
5378: FND_LOG.String

Line 5375: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5371: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5372: , 'status_name :' || p_service_request_rec.status_name
5373: );
5374: FND_LOG.String
5375: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5376: , 'severity_id :' || p_service_request_rec.severity_id
5377: );
5378: FND_LOG.String
5379: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5378: FND_LOG.String

5374: FND_LOG.String
5375: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5376: , 'severity_id :' || p_service_request_rec.severity_id
5377: );
5378: FND_LOG.String
5379: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5380: , 'severity_name :' || p_service_request_rec.severity_name
5381: );
5382: FND_LOG.String

Line 5379: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5375: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5376: , 'severity_id :' || p_service_request_rec.severity_id
5377: );
5378: FND_LOG.String
5379: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5380: , 'severity_name :' || p_service_request_rec.severity_name
5381: );
5382: FND_LOG.String
5383: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5382: FND_LOG.String

5378: FND_LOG.String
5379: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5380: , 'severity_name :' || p_service_request_rec.severity_name
5381: );
5382: FND_LOG.String
5383: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5384: , 'urgency_id :' || p_service_request_rec.urgency_id
5385: );
5386: FND_LOG.String

Line 5383: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5379: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5380: , 'severity_name :' || p_service_request_rec.severity_name
5381: );
5382: FND_LOG.String
5383: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5384: , 'urgency_id :' || p_service_request_rec.urgency_id
5385: );
5386: FND_LOG.String
5387: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5386: FND_LOG.String

5382: FND_LOG.String
5383: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5384: , 'urgency_id :' || p_service_request_rec.urgency_id
5385: );
5386: FND_LOG.String
5387: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5388: , 'urgency_name :' || p_service_request_rec.urgency_name
5389: );
5390: FND_LOG.String

Line 5387: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5383: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5384: , 'urgency_id :' || p_service_request_rec.urgency_id
5385: );
5386: FND_LOG.String
5387: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5388: , 'urgency_name :' || p_service_request_rec.urgency_name
5389: );
5390: FND_LOG.String
5391: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5390: FND_LOG.String

5386: FND_LOG.String
5387: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5388: , 'urgency_name :' || p_service_request_rec.urgency_name
5389: );
5390: FND_LOG.String
5391: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5392: , 'closed_date :' || p_service_request_rec.closed_date
5393: );
5394: FND_LOG.String

Line 5391: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5387: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5388: , 'urgency_name :' || p_service_request_rec.urgency_name
5389: );
5390: FND_LOG.String
5391: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5392: , 'closed_date :' || p_service_request_rec.closed_date
5393: );
5394: FND_LOG.String
5395: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5394: FND_LOG.String

5390: FND_LOG.String
5391: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5392: , 'closed_date :' || p_service_request_rec.closed_date
5393: );
5394: FND_LOG.String
5395: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5396: , 'owner_id :' || p_service_request_rec.owner_id
5397: );
5398: FND_LOG.String

Line 5395: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5391: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5392: , 'closed_date :' || p_service_request_rec.closed_date
5393: );
5394: FND_LOG.String
5395: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5396: , 'owner_id :' || p_service_request_rec.owner_id
5397: );
5398: FND_LOG.String
5399: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5398: FND_LOG.String

5394: FND_LOG.String
5395: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5396: , 'owner_id :' || p_service_request_rec.owner_id
5397: );
5398: FND_LOG.String
5399: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5400: , 'owner_group_id :' || p_service_request_rec.owner_group_id
5401: );
5402: FND_LOG.String

Line 5399: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5395: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5396: , 'owner_id :' || p_service_request_rec.owner_id
5397: );
5398: FND_LOG.String
5399: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5400: , 'owner_group_id :' || p_service_request_rec.owner_group_id
5401: );
5402: FND_LOG.String
5403: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5402: FND_LOG.String

5398: FND_LOG.String
5399: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5400: , 'owner_group_id :' || p_service_request_rec.owner_group_id
5401: );
5402: FND_LOG.String
5403: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5404: , 'publish_flag :' || p_service_request_rec.publish_flag
5405: );
5406: FND_LOG.String

Line 5403: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5399: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5400: , 'owner_group_id :' || p_service_request_rec.owner_group_id
5401: );
5402: FND_LOG.String
5403: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5404: , 'publish_flag :' || p_service_request_rec.publish_flag
5405: );
5406: FND_LOG.String
5407: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5406: FND_LOG.String

5402: FND_LOG.String
5403: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5404: , 'publish_flag :' || p_service_request_rec.publish_flag
5405: );
5406: FND_LOG.String
5407: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5408: , 'summary :' || p_service_request_rec.summary
5409: );
5410: FND_LOG.String

Line 5407: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5403: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5404: , 'publish_flag :' || p_service_request_rec.publish_flag
5405: );
5406: FND_LOG.String
5407: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5408: , 'summary :' || p_service_request_rec.summary
5409: );
5410: FND_LOG.String
5411: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5410: FND_LOG.String

5406: FND_LOG.String
5407: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5408: , 'summary :' || p_service_request_rec.summary
5409: );
5410: FND_LOG.String
5411: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5412: , 'caller_type :' || p_service_request_rec.caller_type
5413: );
5414: FND_LOG.String

Line 5411: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5407: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5408: , 'summary :' || p_service_request_rec.summary
5409: );
5410: FND_LOG.String
5411: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5412: , 'caller_type :' || p_service_request_rec.caller_type
5413: );
5414: FND_LOG.String
5415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5414: FND_LOG.String

5410: FND_LOG.String
5411: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5412: , 'caller_type :' || p_service_request_rec.caller_type
5413: );
5414: FND_LOG.String
5415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5416: , 'customer_id :' || p_service_request_rec.customer_id
5417: );
5418: FND_LOG.String

Line 5415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5411: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5412: , 'caller_type :' || p_service_request_rec.caller_type
5413: );
5414: FND_LOG.String
5415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5416: , 'customer_id :' || p_service_request_rec.customer_id
5417: );
5418: FND_LOG.String
5419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5418: FND_LOG.String

5414: FND_LOG.String
5415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5416: , 'customer_id :' || p_service_request_rec.customer_id
5417: );
5418: FND_LOG.String
5419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5420: , 'customer_number :' || p_service_request_rec.customer_number
5421: );
5422: FND_LOG.String

Line 5419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5416: , 'customer_id :' || p_service_request_rec.customer_id
5417: );
5418: FND_LOG.String
5419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5420: , 'customer_number :' || p_service_request_rec.customer_number
5421: );
5422: FND_LOG.String
5423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5422: FND_LOG.String

5418: FND_LOG.String
5419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5420: , 'customer_number :' || p_service_request_rec.customer_number
5421: );
5422: FND_LOG.String
5423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5424: , 'employee_id :' || p_service_request_rec.employee_id
5425: );
5426: FND_LOG.String

Line 5423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5420: , 'customer_number :' || p_service_request_rec.customer_number
5421: );
5422: FND_LOG.String
5423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5424: , 'employee_id :' || p_service_request_rec.employee_id
5425: );
5426: FND_LOG.String
5427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5426: FND_LOG.String

5422: FND_LOG.String
5423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5424: , 'employee_id :' || p_service_request_rec.employee_id
5425: );
5426: FND_LOG.String
5427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5428: , 'employee_number :' || p_service_request_rec.employee_number
5429: );
5430: FND_LOG.String

Line 5427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5424: , 'employee_id :' || p_service_request_rec.employee_id
5425: );
5426: FND_LOG.String
5427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5428: , 'employee_number :' || p_service_request_rec.employee_number
5429: );
5430: FND_LOG.String
5431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5430: FND_LOG.String

5426: FND_LOG.String
5427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5428: , 'employee_number :' || p_service_request_rec.employee_number
5429: );
5430: FND_LOG.String
5431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5432: , 'verify_cp_flag :' || p_service_request_rec.verify_cp_flag
5433: );
5434: FND_LOG.String

Line 5431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5428: , 'employee_number :' || p_service_request_rec.employee_number
5429: );
5430: FND_LOG.String
5431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5432: , 'verify_cp_flag :' || p_service_request_rec.verify_cp_flag
5433: );
5434: FND_LOG.String
5435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5434: FND_LOG.String

5430: FND_LOG.String
5431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5432: , 'verify_cp_flag :' || p_service_request_rec.verify_cp_flag
5433: );
5434: FND_LOG.String
5435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5436: , 'customer_product_id :' || p_service_request_rec.customer_product_id
5437: );
5438: FND_LOG.String

Line 5435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5432: , 'verify_cp_flag :' || p_service_request_rec.verify_cp_flag
5433: );
5434: FND_LOG.String
5435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5436: , 'customer_product_id :' || p_service_request_rec.customer_product_id
5437: );
5438: FND_LOG.String
5439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5438: FND_LOG.String

5434: FND_LOG.String
5435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5436: , 'customer_product_id :' || p_service_request_rec.customer_product_id
5437: );
5438: FND_LOG.String
5439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5440: , 'platform_id :' || p_service_request_rec.platform_id
5441: );
5442: FND_LOG.String

Line 5439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5436: , 'customer_product_id :' || p_service_request_rec.customer_product_id
5437: );
5438: FND_LOG.String
5439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5440: , 'platform_id :' || p_service_request_rec.platform_id
5441: );
5442: FND_LOG.String
5443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5442: FND_LOG.String

5438: FND_LOG.String
5439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5440: , 'platform_id :' || p_service_request_rec.platform_id
5441: );
5442: FND_LOG.String
5443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5444: , 'platform_version :' || p_service_request_rec.platform_version
5445: );
5446: FND_LOG.String

Line 5443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5440: , 'platform_id :' || p_service_request_rec.platform_id
5441: );
5442: FND_LOG.String
5443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5444: , 'platform_version :' || p_service_request_rec.platform_version
5445: );
5446: FND_LOG.String
5447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5446: FND_LOG.String

5442: FND_LOG.String
5443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5444: , 'platform_version :' || p_service_request_rec.platform_version
5445: );
5446: FND_LOG.String
5447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5448: , 'db_version :' || p_service_request_rec.db_version
5449: );
5450: FND_LOG.String

Line 5447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5444: , 'platform_version :' || p_service_request_rec.platform_version
5445: );
5446: FND_LOG.String
5447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5448: , 'db_version :' || p_service_request_rec.db_version
5449: );
5450: FND_LOG.String
5451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5450: FND_LOG.String

5446: FND_LOG.String
5447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5448: , 'db_version :' || p_service_request_rec.db_version
5449: );
5450: FND_LOG.String
5451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5452: , 'platform_version_id :' || p_service_request_rec.platform_version_id
5453: );
5454: FND_LOG.String

Line 5451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5448: , 'db_version :' || p_service_request_rec.db_version
5449: );
5450: FND_LOG.String
5451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5452: , 'platform_version_id :' || p_service_request_rec.platform_version_id
5453: );
5454: FND_LOG.String
5455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5454: FND_LOG.String

5450: FND_LOG.String
5451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5452: , 'platform_version_id :' || p_service_request_rec.platform_version_id
5453: );
5454: FND_LOG.String
5455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5456: , 'cp_component_id :' || p_service_request_rec.cp_component_id
5457: );
5458: FND_LOG.String

Line 5455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5452: , 'platform_version_id :' || p_service_request_rec.platform_version_id
5453: );
5454: FND_LOG.String
5455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5456: , 'cp_component_id :' || p_service_request_rec.cp_component_id
5457: );
5458: FND_LOG.String
5459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5458: FND_LOG.String

5454: FND_LOG.String
5455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5456: , 'cp_component_id :' || p_service_request_rec.cp_component_id
5457: );
5458: FND_LOG.String
5459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5460: , 'cp_component_version_id :' || p_service_request_rec.cp_component_version_id
5461: );
5462: FND_LOG.String

Line 5459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5456: , 'cp_component_id :' || p_service_request_rec.cp_component_id
5457: );
5458: FND_LOG.String
5459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5460: , 'cp_component_version_id :' || p_service_request_rec.cp_component_version_id
5461: );
5462: FND_LOG.String
5463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5462: FND_LOG.String

5458: FND_LOG.String
5459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5460: , 'cp_component_version_id :' || p_service_request_rec.cp_component_version_id
5461: );
5462: FND_LOG.String
5463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5464: , 'cp_subcomponent_id :' || p_service_request_rec.cp_subcomponent_id
5465: );
5466: FND_LOG.String

Line 5463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5460: , 'cp_component_version_id :' || p_service_request_rec.cp_component_version_id
5461: );
5462: FND_LOG.String
5463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5464: , 'cp_subcomponent_id :' || p_service_request_rec.cp_subcomponent_id
5465: );
5466: FND_LOG.String
5467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5466: FND_LOG.String

5462: FND_LOG.String
5463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5464: , 'cp_subcomponent_id :' || p_service_request_rec.cp_subcomponent_id
5465: );
5466: FND_LOG.String
5467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5468: , 'cp_subcomponent_version_id :' || p_service_request_rec.cp_subcomponent_version_id
5469: );
5470: FND_LOG.String

Line 5467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5464: , 'cp_subcomponent_id :' || p_service_request_rec.cp_subcomponent_id
5465: );
5466: FND_LOG.String
5467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5468: , 'cp_subcomponent_version_id :' || p_service_request_rec.cp_subcomponent_version_id
5469: );
5470: FND_LOG.String
5471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5470: FND_LOG.String

5466: FND_LOG.String
5467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5468: , 'cp_subcomponent_version_id :' || p_service_request_rec.cp_subcomponent_version_id
5469: );
5470: FND_LOG.String
5471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5472: , 'language_id :' || p_service_request_rec.language_id
5473: );
5474: FND_LOG.String

Line 5471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5468: , 'cp_subcomponent_version_id :' || p_service_request_rec.cp_subcomponent_version_id
5469: );
5470: FND_LOG.String
5471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5472: , 'language_id :' || p_service_request_rec.language_id
5473: );
5474: FND_LOG.String
5475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5474: FND_LOG.String

5470: FND_LOG.String
5471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5472: , 'language_id :' || p_service_request_rec.language_id
5473: );
5474: FND_LOG.String
5475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5476: , 'language :' || p_service_request_rec.language
5477: );
5478: FND_LOG.String

Line 5475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5472: , 'language_id :' || p_service_request_rec.language_id
5473: );
5474: FND_LOG.String
5475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5476: , 'language :' || p_service_request_rec.language
5477: );
5478: FND_LOG.String
5479: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5478: FND_LOG.String

5474: FND_LOG.String
5475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5476: , 'language :' || p_service_request_rec.language
5477: );
5478: FND_LOG.String
5479: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5480: , 'cp_ref_number :' || p_service_request_rec.cp_ref_number
5481: );
5482: FND_LOG.String

Line 5479: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5476: , 'language :' || p_service_request_rec.language
5477: );
5478: FND_LOG.String
5479: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5480: , 'cp_ref_number :' || p_service_request_rec.cp_ref_number
5481: );
5482: FND_LOG.String
5483: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5482: FND_LOG.String

5478: FND_LOG.String
5479: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5480: , 'cp_ref_number :' || p_service_request_rec.cp_ref_number
5481: );
5482: FND_LOG.String
5483: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5484: , 'inventory_item_id :' || p_service_request_rec.inventory_item_id
5485: );
5486: FND_LOG.String

Line 5483: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5479: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5480: , 'cp_ref_number :' || p_service_request_rec.cp_ref_number
5481: );
5482: FND_LOG.String
5483: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5484: , 'inventory_item_id :' || p_service_request_rec.inventory_item_id
5485: );
5486: FND_LOG.String
5487: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5486: FND_LOG.String

5482: FND_LOG.String
5483: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5484: , 'inventory_item_id :' || p_service_request_rec.inventory_item_id
5485: );
5486: FND_LOG.String
5487: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5488: , 'inventory_item_conc_segs :' || p_service_request_rec.inventory_item_conc_segs
5489: );
5490: FND_LOG.String

Line 5487: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5483: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5484: , 'inventory_item_id :' || p_service_request_rec.inventory_item_id
5485: );
5486: FND_LOG.String
5487: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5488: , 'inventory_item_conc_segs :' || p_service_request_rec.inventory_item_conc_segs
5489: );
5490: FND_LOG.String
5491: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5490: FND_LOG.String

5486: FND_LOG.String
5487: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5488: , 'inventory_item_conc_segs :' || p_service_request_rec.inventory_item_conc_segs
5489: );
5490: FND_LOG.String
5491: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5492: , 'inventory_item_segment1 :' || p_service_request_rec.inventory_item_segment1
5493: );
5494: FND_LOG.String

Line 5491: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5487: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5488: , 'inventory_item_conc_segs :' || p_service_request_rec.inventory_item_conc_segs
5489: );
5490: FND_LOG.String
5491: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5492: , 'inventory_item_segment1 :' || p_service_request_rec.inventory_item_segment1
5493: );
5494: FND_LOG.String
5495: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5494: FND_LOG.String

5490: FND_LOG.String
5491: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5492: , 'inventory_item_segment1 :' || p_service_request_rec.inventory_item_segment1
5493: );
5494: FND_LOG.String
5495: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5496: , 'inventory_item_segment2 :' || p_service_request_rec.inventory_item_segment2
5497: );
5498: FND_LOG.String

Line 5495: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5491: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5492: , 'inventory_item_segment1 :' || p_service_request_rec.inventory_item_segment1
5493: );
5494: FND_LOG.String
5495: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5496: , 'inventory_item_segment2 :' || p_service_request_rec.inventory_item_segment2
5497: );
5498: FND_LOG.String
5499: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5498: FND_LOG.String

5494: FND_LOG.String
5495: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5496: , 'inventory_item_segment2 :' || p_service_request_rec.inventory_item_segment2
5497: );
5498: FND_LOG.String
5499: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5500: , 'inventory_item_segment3 :' || p_service_request_rec.inventory_item_segment3
5501: );
5502: FND_LOG.String

Line 5499: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5495: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5496: , 'inventory_item_segment2 :' || p_service_request_rec.inventory_item_segment2
5497: );
5498: FND_LOG.String
5499: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5500: , 'inventory_item_segment3 :' || p_service_request_rec.inventory_item_segment3
5501: );
5502: FND_LOG.String
5503: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5502: FND_LOG.String

5498: FND_LOG.String
5499: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5500: , 'inventory_item_segment3 :' || p_service_request_rec.inventory_item_segment3
5501: );
5502: FND_LOG.String
5503: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5504: , 'inventory_item_segment4 :' || p_service_request_rec.inventory_item_segment4
5505: );
5506: FND_LOG.String

Line 5503: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5499: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5500: , 'inventory_item_segment3 :' || p_service_request_rec.inventory_item_segment3
5501: );
5502: FND_LOG.String
5503: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5504: , 'inventory_item_segment4 :' || p_service_request_rec.inventory_item_segment4
5505: );
5506: FND_LOG.String
5507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5506: FND_LOG.String

5502: FND_LOG.String
5503: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5504: , 'inventory_item_segment4 :' || p_service_request_rec.inventory_item_segment4
5505: );
5506: FND_LOG.String
5507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5508: , 'inventory_item_segment5 :' || p_service_request_rec.inventory_item_segment5
5509: );
5510: FND_LOG.String

Line 5507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5503: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5504: , 'inventory_item_segment4 :' || p_service_request_rec.inventory_item_segment4
5505: );
5506: FND_LOG.String
5507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5508: , 'inventory_item_segment5 :' || p_service_request_rec.inventory_item_segment5
5509: );
5510: FND_LOG.String
5511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5510: FND_LOG.String

5506: FND_LOG.String
5507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5508: , 'inventory_item_segment5 :' || p_service_request_rec.inventory_item_segment5
5509: );
5510: FND_LOG.String
5511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5512: , 'inventory_item_segment6 :' || p_service_request_rec.inventory_item_segment6
5513: );
5514: FND_LOG.String

Line 5511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5507: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5508: , 'inventory_item_segment5 :' || p_service_request_rec.inventory_item_segment5
5509: );
5510: FND_LOG.String
5511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5512: , 'inventory_item_segment6 :' || p_service_request_rec.inventory_item_segment6
5513: );
5514: FND_LOG.String
5515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5514: FND_LOG.String

5510: FND_LOG.String
5511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5512: , 'inventory_item_segment6 :' || p_service_request_rec.inventory_item_segment6
5513: );
5514: FND_LOG.String
5515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5516: , 'inventory_item_segment7 :' || p_service_request_rec.inventory_item_segment7
5517: );
5518: FND_LOG.String

Line 5515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5511: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5512: , 'inventory_item_segment6 :' || p_service_request_rec.inventory_item_segment6
5513: );
5514: FND_LOG.String
5515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5516: , 'inventory_item_segment7 :' || p_service_request_rec.inventory_item_segment7
5517: );
5518: FND_LOG.String
5519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5518: FND_LOG.String

5514: FND_LOG.String
5515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5516: , 'inventory_item_segment7 :' || p_service_request_rec.inventory_item_segment7
5517: );
5518: FND_LOG.String
5519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5520: , 'inventory_item_segment8 :' || p_service_request_rec.inventory_item_segment8
5521: );
5522: FND_LOG.String

Line 5519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5515: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5516: , 'inventory_item_segment7 :' || p_service_request_rec.inventory_item_segment7
5517: );
5518: FND_LOG.String
5519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5520: , 'inventory_item_segment8 :' || p_service_request_rec.inventory_item_segment8
5521: );
5522: FND_LOG.String
5523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5522: FND_LOG.String

5518: FND_LOG.String
5519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5520: , 'inventory_item_segment8 :' || p_service_request_rec.inventory_item_segment8
5521: );
5522: FND_LOG.String
5523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5524: , 'inventory_item_segment9 :' || p_service_request_rec.inventory_item_segment9
5525: );
5526: FND_LOG.String

Line 5523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5519: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5520: , 'inventory_item_segment8 :' || p_service_request_rec.inventory_item_segment8
5521: );
5522: FND_LOG.String
5523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5524: , 'inventory_item_segment9 :' || p_service_request_rec.inventory_item_segment9
5525: );
5526: FND_LOG.String
5527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5526: FND_LOG.String

5522: FND_LOG.String
5523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5524: , 'inventory_item_segment9 :' || p_service_request_rec.inventory_item_segment9
5525: );
5526: FND_LOG.String
5527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5528: , 'inventory_item_segment10 :' || p_service_request_rec.inventory_item_segment10
5529: );
5530: FND_LOG.String

Line 5527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5523: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5524: , 'inventory_item_segment9 :' || p_service_request_rec.inventory_item_segment9
5525: );
5526: FND_LOG.String
5527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5528: , 'inventory_item_segment10 :' || p_service_request_rec.inventory_item_segment10
5529: );
5530: FND_LOG.String
5531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5530: FND_LOG.String

5526: FND_LOG.String
5527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5528: , 'inventory_item_segment10 :' || p_service_request_rec.inventory_item_segment10
5529: );
5530: FND_LOG.String
5531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5532: , 'inventory_item_segment11 :' || p_service_request_rec.inventory_item_segment11
5533: );
5534: FND_LOG.String

Line 5531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5527: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5528: , 'inventory_item_segment10 :' || p_service_request_rec.inventory_item_segment10
5529: );
5530: FND_LOG.String
5531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5532: , 'inventory_item_segment11 :' || p_service_request_rec.inventory_item_segment11
5533: );
5534: FND_LOG.String
5535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5534: FND_LOG.String

5530: FND_LOG.String
5531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5532: , 'inventory_item_segment11 :' || p_service_request_rec.inventory_item_segment11
5533: );
5534: FND_LOG.String
5535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5536: , 'inventory_item_segment12 :' || p_service_request_rec.inventory_item_segment12
5537: );
5538: FND_LOG.String

Line 5535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5531: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5532: , 'inventory_item_segment11 :' || p_service_request_rec.inventory_item_segment11
5533: );
5534: FND_LOG.String
5535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5536: , 'inventory_item_segment12 :' || p_service_request_rec.inventory_item_segment12
5537: );
5538: FND_LOG.String
5539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5538: FND_LOG.String

5534: FND_LOG.String
5535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5536: , 'inventory_item_segment12 :' || p_service_request_rec.inventory_item_segment12
5537: );
5538: FND_LOG.String
5539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5540: , 'inventory_item_segment13 :' || p_service_request_rec.inventory_item_segment13
5541: );
5542: FND_LOG.String

Line 5539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5535: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5536: , 'inventory_item_segment12 :' || p_service_request_rec.inventory_item_segment12
5537: );
5538: FND_LOG.String
5539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5540: , 'inventory_item_segment13 :' || p_service_request_rec.inventory_item_segment13
5541: );
5542: FND_LOG.String
5543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5542: FND_LOG.String

5538: FND_LOG.String
5539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5540: , 'inventory_item_segment13 :' || p_service_request_rec.inventory_item_segment13
5541: );
5542: FND_LOG.String
5543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5544: , 'inventory_item_segment14 :' || p_service_request_rec.inventory_item_segment14
5545: );
5546: FND_LOG.String

Line 5543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5539: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5540: , 'inventory_item_segment13 :' || p_service_request_rec.inventory_item_segment13
5541: );
5542: FND_LOG.String
5543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5544: , 'inventory_item_segment14 :' || p_service_request_rec.inventory_item_segment14
5545: );
5546: FND_LOG.String
5547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5546: FND_LOG.String

5542: FND_LOG.String
5543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5544: , 'inventory_item_segment14 :' || p_service_request_rec.inventory_item_segment14
5545: );
5546: FND_LOG.String
5547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5548: , 'inventory_item_segment15 :' || p_service_request_rec.inventory_item_segment15
5549: );
5550: FND_LOG.String

Line 5547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5543: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5544: , 'inventory_item_segment14 :' || p_service_request_rec.inventory_item_segment14
5545: );
5546: FND_LOG.String
5547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5548: , 'inventory_item_segment15 :' || p_service_request_rec.inventory_item_segment15
5549: );
5550: FND_LOG.String
5551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5550: FND_LOG.String

5546: FND_LOG.String
5547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5548: , 'inventory_item_segment15 :' || p_service_request_rec.inventory_item_segment15
5549: );
5550: FND_LOG.String
5551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5552: , 'inventory_item_segment16 :' || p_service_request_rec.inventory_item_segment16
5553: );
5554: FND_LOG.String

Line 5551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5547: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5548: , 'inventory_item_segment15 :' || p_service_request_rec.inventory_item_segment15
5549: );
5550: FND_LOG.String
5551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5552: , 'inventory_item_segment16 :' || p_service_request_rec.inventory_item_segment16
5553: );
5554: FND_LOG.String
5555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5554: FND_LOG.String

5550: FND_LOG.String
5551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5552: , 'inventory_item_segment16 :' || p_service_request_rec.inventory_item_segment16
5553: );
5554: FND_LOG.String
5555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5556: , 'inventory_item_segment17 :' || p_service_request_rec.inventory_item_segment17
5557: );
5558: FND_LOG.String

Line 5555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5551: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5552: , 'inventory_item_segment16 :' || p_service_request_rec.inventory_item_segment16
5553: );
5554: FND_LOG.String
5555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5556: , 'inventory_item_segment17 :' || p_service_request_rec.inventory_item_segment17
5557: );
5558: FND_LOG.String
5559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5558: FND_LOG.String

5554: FND_LOG.String
5555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5556: , 'inventory_item_segment17 :' || p_service_request_rec.inventory_item_segment17
5557: );
5558: FND_LOG.String
5559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5560: , 'inventory_item_segment18 :' || p_service_request_rec.inventory_item_segment18
5561: );
5562: FND_LOG.String

Line 5559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5555: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5556: , 'inventory_item_segment17 :' || p_service_request_rec.inventory_item_segment17
5557: );
5558: FND_LOG.String
5559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5560: , 'inventory_item_segment18 :' || p_service_request_rec.inventory_item_segment18
5561: );
5562: FND_LOG.String
5563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5562: FND_LOG.String

5558: FND_LOG.String
5559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5560: , 'inventory_item_segment18 :' || p_service_request_rec.inventory_item_segment18
5561: );
5562: FND_LOG.String
5563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5564: , 'inventory_item_segment19 :' || p_service_request_rec.inventory_item_segment19
5565: );
5566: FND_LOG.String

Line 5563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5559: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5560: , 'inventory_item_segment18 :' || p_service_request_rec.inventory_item_segment18
5561: );
5562: FND_LOG.String
5563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5564: , 'inventory_item_segment19 :' || p_service_request_rec.inventory_item_segment19
5565: );
5566: FND_LOG.String
5567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5566: FND_LOG.String

5562: FND_LOG.String
5563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5564: , 'inventory_item_segment19 :' || p_service_request_rec.inventory_item_segment19
5565: );
5566: FND_LOG.String
5567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5568: , 'inventory_item_segment20 :' || p_service_request_rec.inventory_item_segment20
5569: );
5570: FND_LOG.String

Line 5567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5563: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5564: , 'inventory_item_segment19 :' || p_service_request_rec.inventory_item_segment19
5565: );
5566: FND_LOG.String
5567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5568: , 'inventory_item_segment20 :' || p_service_request_rec.inventory_item_segment20
5569: );
5570: FND_LOG.String
5571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5570: FND_LOG.String

5566: FND_LOG.String
5567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5568: , 'inventory_item_segment20 :' || p_service_request_rec.inventory_item_segment20
5569: );
5570: FND_LOG.String
5571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5572: , 'inventory_item_vals_or_ids :' || p_service_request_rec.inventory_item_vals_or_ids
5573: );
5574: FND_LOG.String

Line 5571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5567: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5568: , 'inventory_item_segment20 :' || p_service_request_rec.inventory_item_segment20
5569: );
5570: FND_LOG.String
5571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5572: , 'inventory_item_vals_or_ids :' || p_service_request_rec.inventory_item_vals_or_ids
5573: );
5574: FND_LOG.String
5575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5574: FND_LOG.String

5570: FND_LOG.String
5571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5572: , 'inventory_item_vals_or_ids :' || p_service_request_rec.inventory_item_vals_or_ids
5573: );
5574: FND_LOG.String
5575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5576: , 'inventory_org_id :' || p_service_request_rec.inventory_org_id
5577: );
5578: FND_LOG.String

Line 5575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5571: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5572: , 'inventory_item_vals_or_ids :' || p_service_request_rec.inventory_item_vals_or_ids
5573: );
5574: FND_LOG.String
5575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5576: , 'inventory_org_id :' || p_service_request_rec.inventory_org_id
5577: );
5578: FND_LOG.String
5579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5578: FND_LOG.String

5574: FND_LOG.String
5575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5576: , 'inventory_org_id :' || p_service_request_rec.inventory_org_id
5577: );
5578: FND_LOG.String
5579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5580: , 'current_serial_number :' || p_service_request_rec.current_serial_number
5581: );
5582: FND_LOG.String

Line 5579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5575: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5576: , 'inventory_org_id :' || p_service_request_rec.inventory_org_id
5577: );
5578: FND_LOG.String
5579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5580: , 'current_serial_number :' || p_service_request_rec.current_serial_number
5581: );
5582: FND_LOG.String
5583: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5582: FND_LOG.String

5578: FND_LOG.String
5579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5580: , 'current_serial_number :' || p_service_request_rec.current_serial_number
5581: );
5582: FND_LOG.String
5583: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5584: , 'original_order_number :' || p_service_request_rec.original_order_number
5585: );
5586: FND_LOG.String

Line 5583: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5579: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5580: , 'current_serial_number :' || p_service_request_rec.current_serial_number
5581: );
5582: FND_LOG.String
5583: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5584: , 'original_order_number :' || p_service_request_rec.original_order_number
5585: );
5586: FND_LOG.String
5587: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5586: FND_LOG.String

5582: FND_LOG.String
5583: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5584: , 'original_order_number :' || p_service_request_rec.original_order_number
5585: );
5586: FND_LOG.String
5587: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5588: , 'purchase_order_num :' || p_service_request_rec.purchase_order_num
5589: );
5590: FND_LOG.String

Line 5587: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5583: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5584: , 'original_order_number :' || p_service_request_rec.original_order_number
5585: );
5586: FND_LOG.String
5587: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5588: , 'purchase_order_num :' || p_service_request_rec.purchase_order_num
5589: );
5590: FND_LOG.String
5591: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5590: FND_LOG.String

5586: FND_LOG.String
5587: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5588: , 'purchase_order_num :' || p_service_request_rec.purchase_order_num
5589: );
5590: FND_LOG.String
5591: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5592: , 'problem_code :' || p_service_request_rec.problem_code
5593: );
5594: FND_LOG.String

Line 5591: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5587: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5588: , 'purchase_order_num :' || p_service_request_rec.purchase_order_num
5589: );
5590: FND_LOG.String
5591: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5592: , 'problem_code :' || p_service_request_rec.problem_code
5593: );
5594: FND_LOG.String
5595: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5594: FND_LOG.String

5590: FND_LOG.String
5591: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5592: , 'problem_code :' || p_service_request_rec.problem_code
5593: );
5594: FND_LOG.String
5595: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5596: , 'exp_resolution_date :' || p_service_request_rec.exp_resolution_date
5597: );
5598: FND_LOG.String

Line 5595: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5591: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5592: , 'problem_code :' || p_service_request_rec.problem_code
5593: );
5594: FND_LOG.String
5595: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5596: , 'exp_resolution_date :' || p_service_request_rec.exp_resolution_date
5597: );
5598: FND_LOG.String
5599: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5598: FND_LOG.String

5594: FND_LOG.String
5595: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5596: , 'exp_resolution_date :' || p_service_request_rec.exp_resolution_date
5597: );
5598: FND_LOG.String
5599: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5600: , 'install_site_use_id :' || p_service_request_rec.install_site_use_id
5601: );
5602: FND_LOG.String

Line 5599: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5595: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5596: , 'exp_resolution_date :' || p_service_request_rec.exp_resolution_date
5597: );
5598: FND_LOG.String
5599: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5600: , 'install_site_use_id :' || p_service_request_rec.install_site_use_id
5601: );
5602: FND_LOG.String
5603: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5602: FND_LOG.String

5598: FND_LOG.String
5599: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5600: , 'install_site_use_id :' || p_service_request_rec.install_site_use_id
5601: );
5602: FND_LOG.String
5603: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5604: , 'request_attribute_1 :' || p_service_request_rec.request_attribute_1
5605: );
5606: FND_LOG.String

Line 5603: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5599: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5600: , 'install_site_use_id :' || p_service_request_rec.install_site_use_id
5601: );
5602: FND_LOG.String
5603: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5604: , 'request_attribute_1 :' || p_service_request_rec.request_attribute_1
5605: );
5606: FND_LOG.String
5607: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5606: FND_LOG.String

5602: FND_LOG.String
5603: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5604: , 'request_attribute_1 :' || p_service_request_rec.request_attribute_1
5605: );
5606: FND_LOG.String
5607: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5608: , 'request_attribute_2 :' || p_service_request_rec.request_attribute_2
5609: );
5610: FND_LOG.String

Line 5607: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5603: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5604: , 'request_attribute_1 :' || p_service_request_rec.request_attribute_1
5605: );
5606: FND_LOG.String
5607: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5608: , 'request_attribute_2 :' || p_service_request_rec.request_attribute_2
5609: );
5610: FND_LOG.String
5611: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5610: FND_LOG.String

5606: FND_LOG.String
5607: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5608: , 'request_attribute_2 :' || p_service_request_rec.request_attribute_2
5609: );
5610: FND_LOG.String
5611: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5612: , 'request_attribute_3 :' || p_service_request_rec.request_attribute_3
5613: );
5614: FND_LOG.String

Line 5611: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5607: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5608: , 'request_attribute_2 :' || p_service_request_rec.request_attribute_2
5609: );
5610: FND_LOG.String
5611: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5612: , 'request_attribute_3 :' || p_service_request_rec.request_attribute_3
5613: );
5614: FND_LOG.String
5615: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5614: FND_LOG.String

5610: FND_LOG.String
5611: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5612: , 'request_attribute_3 :' || p_service_request_rec.request_attribute_3
5613: );
5614: FND_LOG.String
5615: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5616: , 'request_attribute_4 :' || p_service_request_rec.request_attribute_4
5617: );
5618: FND_LOG.String

Line 5615: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5611: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5612: , 'request_attribute_3 :' || p_service_request_rec.request_attribute_3
5613: );
5614: FND_LOG.String
5615: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5616: , 'request_attribute_4 :' || p_service_request_rec.request_attribute_4
5617: );
5618: FND_LOG.String
5619: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5618: FND_LOG.String

5614: FND_LOG.String
5615: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5616: , 'request_attribute_4 :' || p_service_request_rec.request_attribute_4
5617: );
5618: FND_LOG.String
5619: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5620: , 'request_attribute_5 :' || p_service_request_rec.request_attribute_5
5621: );
5622: FND_LOG.String

Line 5619: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5615: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5616: , 'request_attribute_4 :' || p_service_request_rec.request_attribute_4
5617: );
5618: FND_LOG.String
5619: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5620: , 'request_attribute_5 :' || p_service_request_rec.request_attribute_5
5621: );
5622: FND_LOG.String
5623: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5622: FND_LOG.String

5618: FND_LOG.String
5619: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5620: , 'request_attribute_5 :' || p_service_request_rec.request_attribute_5
5621: );
5622: FND_LOG.String
5623: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5624: , 'request_attribute_6 :' || p_service_request_rec.request_attribute_6
5625: );
5626: FND_LOG.String

Line 5623: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5619: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5620: , 'request_attribute_5 :' || p_service_request_rec.request_attribute_5
5621: );
5622: FND_LOG.String
5623: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5624: , 'request_attribute_6 :' || p_service_request_rec.request_attribute_6
5625: );
5626: FND_LOG.String
5627: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5626: FND_LOG.String

5622: FND_LOG.String
5623: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5624: , 'request_attribute_6 :' || p_service_request_rec.request_attribute_6
5625: );
5626: FND_LOG.String
5627: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5628: , 'request_attribute_7 :' || p_service_request_rec.request_attribute_7
5629: );
5630: FND_LOG.String

Line 5627: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5623: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5624: , 'request_attribute_6 :' || p_service_request_rec.request_attribute_6
5625: );
5626: FND_LOG.String
5627: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5628: , 'request_attribute_7 :' || p_service_request_rec.request_attribute_7
5629: );
5630: FND_LOG.String
5631: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5630: FND_LOG.String

5626: FND_LOG.String
5627: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5628: , 'request_attribute_7 :' || p_service_request_rec.request_attribute_7
5629: );
5630: FND_LOG.String
5631: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5632: , 'request_attribute_8 :' || p_service_request_rec.request_attribute_8
5633: );
5634: FND_LOG.String

Line 5631: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5627: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5628: , 'request_attribute_7 :' || p_service_request_rec.request_attribute_7
5629: );
5630: FND_LOG.String
5631: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5632: , 'request_attribute_8 :' || p_service_request_rec.request_attribute_8
5633: );
5634: FND_LOG.String
5635: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5634: FND_LOG.String

5630: FND_LOG.String
5631: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5632: , 'request_attribute_8 :' || p_service_request_rec.request_attribute_8
5633: );
5634: FND_LOG.String
5635: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5636: , 'request_attribute_9 :' || p_service_request_rec.request_attribute_9
5637: );
5638: FND_LOG.String

Line 5635: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5631: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5632: , 'request_attribute_8 :' || p_service_request_rec.request_attribute_8
5633: );
5634: FND_LOG.String
5635: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5636: , 'request_attribute_9 :' || p_service_request_rec.request_attribute_9
5637: );
5638: FND_LOG.String
5639: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5638: FND_LOG.String

5634: FND_LOG.String
5635: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5636: , 'request_attribute_9 :' || p_service_request_rec.request_attribute_9
5637: );
5638: FND_LOG.String
5639: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5640: , 'request_attribute_10 :' || p_service_request_rec.request_attribute_10
5641: );
5642: FND_LOG.String

Line 5639: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5635: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5636: , 'request_attribute_9 :' || p_service_request_rec.request_attribute_9
5637: );
5638: FND_LOG.String
5639: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5640: , 'request_attribute_10 :' || p_service_request_rec.request_attribute_10
5641: );
5642: FND_LOG.String
5643: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5642: FND_LOG.String

5638: FND_LOG.String
5639: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5640: , 'request_attribute_10 :' || p_service_request_rec.request_attribute_10
5641: );
5642: FND_LOG.String
5643: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5644: , 'request_attribute_11 :' || p_service_request_rec.request_attribute_11
5645: );
5646: FND_LOG.String

Line 5643: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5639: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5640: , 'request_attribute_10 :' || p_service_request_rec.request_attribute_10
5641: );
5642: FND_LOG.String
5643: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5644: , 'request_attribute_11 :' || p_service_request_rec.request_attribute_11
5645: );
5646: FND_LOG.String
5647: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5646: FND_LOG.String

5642: FND_LOG.String
5643: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5644: , 'request_attribute_11 :' || p_service_request_rec.request_attribute_11
5645: );
5646: FND_LOG.String
5647: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5648: , 'request_attribute_12 :' || p_service_request_rec.request_attribute_12
5649: );
5650: FND_LOG.String

Line 5647: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5643: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5644: , 'request_attribute_11 :' || p_service_request_rec.request_attribute_11
5645: );
5646: FND_LOG.String
5647: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5648: , 'request_attribute_12 :' || p_service_request_rec.request_attribute_12
5649: );
5650: FND_LOG.String
5651: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5650: FND_LOG.String

5646: FND_LOG.String
5647: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5648: , 'request_attribute_12 :' || p_service_request_rec.request_attribute_12
5649: );
5650: FND_LOG.String
5651: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5652: , 'request_attribute_13 :' || p_service_request_rec.request_attribute_13
5653: );
5654: FND_LOG.String

Line 5651: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5647: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5648: , 'request_attribute_12 :' || p_service_request_rec.request_attribute_12
5649: );
5650: FND_LOG.String
5651: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5652: , 'request_attribute_13 :' || p_service_request_rec.request_attribute_13
5653: );
5654: FND_LOG.String
5655: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5654: FND_LOG.String

5650: FND_LOG.String
5651: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5652: , 'request_attribute_13 :' || p_service_request_rec.request_attribute_13
5653: );
5654: FND_LOG.String
5655: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5656: , 'request_attribute_14 :' || p_service_request_rec.request_attribute_14
5657: );
5658: FND_LOG.String

Line 5655: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5651: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5652: , 'request_attribute_13 :' || p_service_request_rec.request_attribute_13
5653: );
5654: FND_LOG.String
5655: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5656: , 'request_attribute_14 :' || p_service_request_rec.request_attribute_14
5657: );
5658: FND_LOG.String
5659: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5658: FND_LOG.String

5654: FND_LOG.String
5655: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5656: , 'request_attribute_14 :' || p_service_request_rec.request_attribute_14
5657: );
5658: FND_LOG.String
5659: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5660: , 'request_attribute_15 :' || p_service_request_rec.request_attribute_15
5661: );
5662: FND_LOG.String

Line 5659: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5655: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5656: , 'request_attribute_14 :' || p_service_request_rec.request_attribute_14
5657: );
5658: FND_LOG.String
5659: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5660: , 'request_attribute_15 :' || p_service_request_rec.request_attribute_15
5661: );
5662: FND_LOG.String
5663: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5662: FND_LOG.String

5658: FND_LOG.String
5659: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5660: , 'request_attribute_15 :' || p_service_request_rec.request_attribute_15
5661: );
5662: FND_LOG.String
5663: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5664: , 'request_context :' || p_service_request_rec.request_context
5665: );
5666: FND_LOG.String

Line 5663: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5659: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5660: , 'request_attribute_15 :' || p_service_request_rec.request_attribute_15
5661: );
5662: FND_LOG.String
5663: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5664: , 'request_context :' || p_service_request_rec.request_context
5665: );
5666: FND_LOG.String
5667: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5666: FND_LOG.String

5662: FND_LOG.String
5663: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5664: , 'request_context :' || p_service_request_rec.request_context
5665: );
5666: FND_LOG.String
5667: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5668: , 'external_attribute_1 :' || p_service_request_rec.external_attribute_1
5669: );
5670: FND_LOG.String

Line 5667: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5663: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5664: , 'request_context :' || p_service_request_rec.request_context
5665: );
5666: FND_LOG.String
5667: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5668: , 'external_attribute_1 :' || p_service_request_rec.external_attribute_1
5669: );
5670: FND_LOG.String
5671: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5670: FND_LOG.String

5666: FND_LOG.String
5667: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5668: , 'external_attribute_1 :' || p_service_request_rec.external_attribute_1
5669: );
5670: FND_LOG.String
5671: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5672: , 'external_attribute_2 :' || p_service_request_rec.external_attribute_2
5673: );
5674: FND_LOG.String

Line 5671: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5667: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5668: , 'external_attribute_1 :' || p_service_request_rec.external_attribute_1
5669: );
5670: FND_LOG.String
5671: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5672: , 'external_attribute_2 :' || p_service_request_rec.external_attribute_2
5673: );
5674: FND_LOG.String
5675: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5674: FND_LOG.String

5670: FND_LOG.String
5671: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5672: , 'external_attribute_2 :' || p_service_request_rec.external_attribute_2
5673: );
5674: FND_LOG.String
5675: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5676: , 'external_attribute_3 :' || p_service_request_rec.external_attribute_3
5677: );
5678: FND_LOG.String

Line 5675: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5671: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5672: , 'external_attribute_2 :' || p_service_request_rec.external_attribute_2
5673: );
5674: FND_LOG.String
5675: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5676: , 'external_attribute_3 :' || p_service_request_rec.external_attribute_3
5677: );
5678: FND_LOG.String
5679: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5678: FND_LOG.String

5674: FND_LOG.String
5675: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5676: , 'external_attribute_3 :' || p_service_request_rec.external_attribute_3
5677: );
5678: FND_LOG.String
5679: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5680: , 'external_attribute_4 :' || p_service_request_rec.external_attribute_4
5681: );
5682: FND_LOG.String

Line 5679: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5675: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5676: , 'external_attribute_3 :' || p_service_request_rec.external_attribute_3
5677: );
5678: FND_LOG.String
5679: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5680: , 'external_attribute_4 :' || p_service_request_rec.external_attribute_4
5681: );
5682: FND_LOG.String
5683: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5682: FND_LOG.String

5678: FND_LOG.String
5679: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5680: , 'external_attribute_4 :' || p_service_request_rec.external_attribute_4
5681: );
5682: FND_LOG.String
5683: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5684: , 'external_attribute_5 :' || p_service_request_rec.external_attribute_5
5685: );
5686: FND_LOG.String

Line 5683: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5679: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5680: , 'external_attribute_4 :' || p_service_request_rec.external_attribute_4
5681: );
5682: FND_LOG.String
5683: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5684: , 'external_attribute_5 :' || p_service_request_rec.external_attribute_5
5685: );
5686: FND_LOG.String
5687: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5686: FND_LOG.String

5682: FND_LOG.String
5683: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5684: , 'external_attribute_5 :' || p_service_request_rec.external_attribute_5
5685: );
5686: FND_LOG.String
5687: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5688: , 'external_attribute_6 :' || p_service_request_rec.external_attribute_6
5689: );
5690: FND_LOG.String

Line 5687: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5683: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5684: , 'external_attribute_5 :' || p_service_request_rec.external_attribute_5
5685: );
5686: FND_LOG.String
5687: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5688: , 'external_attribute_6 :' || p_service_request_rec.external_attribute_6
5689: );
5690: FND_LOG.String
5691: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5690: FND_LOG.String

5686: FND_LOG.String
5687: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5688: , 'external_attribute_6 :' || p_service_request_rec.external_attribute_6
5689: );
5690: FND_LOG.String
5691: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5692: , 'external_attribute_7 :' || p_service_request_rec.external_attribute_7
5693: );
5694: FND_LOG.String

Line 5691: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5687: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5688: , 'external_attribute_6 :' || p_service_request_rec.external_attribute_6
5689: );
5690: FND_LOG.String
5691: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5692: , 'external_attribute_7 :' || p_service_request_rec.external_attribute_7
5693: );
5694: FND_LOG.String
5695: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5694: FND_LOG.String

5690: FND_LOG.String
5691: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5692: , 'external_attribute_7 :' || p_service_request_rec.external_attribute_7
5693: );
5694: FND_LOG.String
5695: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5696: , 'external_attribute_8 :' || p_service_request_rec.external_attribute_8
5697: );
5698: FND_LOG.String

Line 5695: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5691: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5692: , 'external_attribute_7 :' || p_service_request_rec.external_attribute_7
5693: );
5694: FND_LOG.String
5695: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5696: , 'external_attribute_8 :' || p_service_request_rec.external_attribute_8
5697: );
5698: FND_LOG.String
5699: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5698: FND_LOG.String

5694: FND_LOG.String
5695: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5696: , 'external_attribute_8 :' || p_service_request_rec.external_attribute_8
5697: );
5698: FND_LOG.String
5699: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5700: , 'external_attribute_9 :' || p_service_request_rec.external_attribute_9
5701: );
5702: FND_LOG.String

Line 5699: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5695: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5696: , 'external_attribute_8 :' || p_service_request_rec.external_attribute_8
5697: );
5698: FND_LOG.String
5699: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5700: , 'external_attribute_9 :' || p_service_request_rec.external_attribute_9
5701: );
5702: FND_LOG.String
5703: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5702: FND_LOG.String

5698: FND_LOG.String
5699: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5700: , 'external_attribute_9 :' || p_service_request_rec.external_attribute_9
5701: );
5702: FND_LOG.String
5703: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5704: , 'external_attribute_10 :' || p_service_request_rec.external_attribute_10
5705: );
5706: FND_LOG.String

Line 5703: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5699: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5700: , 'external_attribute_9 :' || p_service_request_rec.external_attribute_9
5701: );
5702: FND_LOG.String
5703: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5704: , 'external_attribute_10 :' || p_service_request_rec.external_attribute_10
5705: );
5706: FND_LOG.String
5707: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5706: FND_LOG.String

5702: FND_LOG.String
5703: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5704: , 'external_attribute_10 :' || p_service_request_rec.external_attribute_10
5705: );
5706: FND_LOG.String
5707: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5708: , 'external_attribute_11 :' || p_service_request_rec.external_attribute_11
5709: );
5710: FND_LOG.String

Line 5707: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5703: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5704: , 'external_attribute_10 :' || p_service_request_rec.external_attribute_10
5705: );
5706: FND_LOG.String
5707: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5708: , 'external_attribute_11 :' || p_service_request_rec.external_attribute_11
5709: );
5710: FND_LOG.String
5711: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5710: FND_LOG.String

5706: FND_LOG.String
5707: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5708: , 'external_attribute_11 :' || p_service_request_rec.external_attribute_11
5709: );
5710: FND_LOG.String
5711: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5712: , 'external_attribute_12 :' || p_service_request_rec.external_attribute_12
5713: );
5714: FND_LOG.String

Line 5711: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5707: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5708: , 'external_attribute_11 :' || p_service_request_rec.external_attribute_11
5709: );
5710: FND_LOG.String
5711: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5712: , 'external_attribute_12 :' || p_service_request_rec.external_attribute_12
5713: );
5714: FND_LOG.String
5715: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5714: FND_LOG.String

5710: FND_LOG.String
5711: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5712: , 'external_attribute_12 :' || p_service_request_rec.external_attribute_12
5713: );
5714: FND_LOG.String
5715: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5716: , 'external_attribute_13 :' || p_service_request_rec.external_attribute_13
5717: );
5718: FND_LOG.String

Line 5715: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5711: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5712: , 'external_attribute_12 :' || p_service_request_rec.external_attribute_12
5713: );
5714: FND_LOG.String
5715: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5716: , 'external_attribute_13 :' || p_service_request_rec.external_attribute_13
5717: );
5718: FND_LOG.String
5719: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5718: FND_LOG.String

5714: FND_LOG.String
5715: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5716: , 'external_attribute_13 :' || p_service_request_rec.external_attribute_13
5717: );
5718: FND_LOG.String
5719: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5720: , 'external_attribute_14 :' || p_service_request_rec.external_attribute_14
5721: );
5722: FND_LOG.String

Line 5719: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5715: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5716: , 'external_attribute_13 :' || p_service_request_rec.external_attribute_13
5717: );
5718: FND_LOG.String
5719: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5720: , 'external_attribute_14 :' || p_service_request_rec.external_attribute_14
5721: );
5722: FND_LOG.String
5723: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5722: FND_LOG.String

5718: FND_LOG.String
5719: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5720: , 'external_attribute_14 :' || p_service_request_rec.external_attribute_14
5721: );
5722: FND_LOG.String
5723: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5724: , 'external_attribute_15 :' || p_service_request_rec.external_attribute_15
5725: );
5726: FND_LOG.String

Line 5723: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5719: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5720: , 'external_attribute_14 :' || p_service_request_rec.external_attribute_14
5721: );
5722: FND_LOG.String
5723: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5724: , 'external_attribute_15 :' || p_service_request_rec.external_attribute_15
5725: );
5726: FND_LOG.String
5727: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5726: FND_LOG.String

5722: FND_LOG.String
5723: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5724: , 'external_attribute_15 :' || p_service_request_rec.external_attribute_15
5725: );
5726: FND_LOG.String
5727: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5728: , 'external_context :' || p_service_request_rec.external_context
5729: );
5730: FND_LOG.String

Line 5727: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5723: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5724: , 'external_attribute_15 :' || p_service_request_rec.external_attribute_15
5725: );
5726: FND_LOG.String
5727: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5728: , 'external_context :' || p_service_request_rec.external_context
5729: );
5730: FND_LOG.String
5731: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5730: FND_LOG.String

5726: FND_LOG.String
5727: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5728: , 'external_context :' || p_service_request_rec.external_context
5729: );
5730: FND_LOG.String
5731: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5732: , 'bill_to_site_use_id :' || p_service_request_rec.bill_to_site_use_id
5733: );
5734: FND_LOG.String

Line 5731: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5727: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5728: , 'external_context :' || p_service_request_rec.external_context
5729: );
5730: FND_LOG.String
5731: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5732: , 'bill_to_site_use_id :' || p_service_request_rec.bill_to_site_use_id
5733: );
5734: FND_LOG.String
5735: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5734: FND_LOG.String

5730: FND_LOG.String
5731: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5732: , 'bill_to_site_use_id :' || p_service_request_rec.bill_to_site_use_id
5733: );
5734: FND_LOG.String
5735: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5736: , 'bill_to_contact_id :' || p_service_request_rec.bill_to_contact_id
5737: );
5738: FND_LOG.String

Line 5735: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5731: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5732: , 'bill_to_site_use_id :' || p_service_request_rec.bill_to_site_use_id
5733: );
5734: FND_LOG.String
5735: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5736: , 'bill_to_contact_id :' || p_service_request_rec.bill_to_contact_id
5737: );
5738: FND_LOG.String
5739: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5738: FND_LOG.String

5734: FND_LOG.String
5735: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5736: , 'bill_to_contact_id :' || p_service_request_rec.bill_to_contact_id
5737: );
5738: FND_LOG.String
5739: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5740: , 'ship_to_site_use_id :' || p_service_request_rec.ship_to_site_use_id
5741: );
5742: FND_LOG.String

Line 5739: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5735: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5736: , 'bill_to_contact_id :' || p_service_request_rec.bill_to_contact_id
5737: );
5738: FND_LOG.String
5739: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5740: , 'ship_to_site_use_id :' || p_service_request_rec.ship_to_site_use_id
5741: );
5742: FND_LOG.String
5743: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5742: FND_LOG.String

5738: FND_LOG.String
5739: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5740: , 'ship_to_site_use_id :' || p_service_request_rec.ship_to_site_use_id
5741: );
5742: FND_LOG.String
5743: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5744: , 'ship_to_contact_id :' || p_service_request_rec.ship_to_contact_id
5745: );
5746: FND_LOG.String

Line 5743: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5739: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5740: , 'ship_to_site_use_id :' || p_service_request_rec.ship_to_site_use_id
5741: );
5742: FND_LOG.String
5743: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5744: , 'ship_to_contact_id :' || p_service_request_rec.ship_to_contact_id
5745: );
5746: FND_LOG.String
5747: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5746: FND_LOG.String

5742: FND_LOG.String
5743: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5744: , 'ship_to_contact_id :' || p_service_request_rec.ship_to_contact_id
5745: );
5746: FND_LOG.String
5747: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5748: , 'resolution_code :' || p_service_request_rec.resolution_code
5749: );
5750: FND_LOG.String

Line 5747: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5743: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5744: , 'ship_to_contact_id :' || p_service_request_rec.ship_to_contact_id
5745: );
5746: FND_LOG.String
5747: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5748: , 'resolution_code :' || p_service_request_rec.resolution_code
5749: );
5750: FND_LOG.String
5751: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5750: FND_LOG.String

5746: FND_LOG.String
5747: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5748: , 'resolution_code :' || p_service_request_rec.resolution_code
5749: );
5750: FND_LOG.String
5751: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5752: , 'act_resolution_date :' || p_service_request_rec.act_resolution_date
5753: );
5754: FND_LOG.String

Line 5751: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5747: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5748: , 'resolution_code :' || p_service_request_rec.resolution_code
5749: );
5750: FND_LOG.String
5751: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5752: , 'act_resolution_date :' || p_service_request_rec.act_resolution_date
5753: );
5754: FND_LOG.String
5755: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5754: FND_LOG.String

5750: FND_LOG.String
5751: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5752: , 'act_resolution_date :' || p_service_request_rec.act_resolution_date
5753: );
5754: FND_LOG.String
5755: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5756: , 'public_comment_flag :' || p_service_request_rec.public_comment_flag
5757: );
5758: FND_LOG.String

Line 5755: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5751: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5752: , 'act_resolution_date :' || p_service_request_rec.act_resolution_date
5753: );
5754: FND_LOG.String
5755: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5756: , 'public_comment_flag :' || p_service_request_rec.public_comment_flag
5757: );
5758: FND_LOG.String
5759: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5758: FND_LOG.String

5754: FND_LOG.String
5755: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5756: , 'public_comment_flag :' || p_service_request_rec.public_comment_flag
5757: );
5758: FND_LOG.String
5759: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5760: , 'parent_interaction_id :' || p_service_request_rec.parent_interaction_id
5761: );
5762: FND_LOG.String

Line 5759: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5755: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5756: , 'public_comment_flag :' || p_service_request_rec.public_comment_flag
5757: );
5758: FND_LOG.String
5759: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5760: , 'parent_interaction_id :' || p_service_request_rec.parent_interaction_id
5761: );
5762: FND_LOG.String
5763: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5762: FND_LOG.String

5758: FND_LOG.String
5759: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5760: , 'parent_interaction_id :' || p_service_request_rec.parent_interaction_id
5761: );
5762: FND_LOG.String
5763: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5764: , 'contract_service_id :' || p_service_request_rec.contract_service_id
5765: );
5766: FND_LOG.String

Line 5763: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5759: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5760: , 'parent_interaction_id :' || p_service_request_rec.parent_interaction_id
5761: );
5762: FND_LOG.String
5763: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5764: , 'contract_service_id :' || p_service_request_rec.contract_service_id
5765: );
5766: FND_LOG.String
5767: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5766: FND_LOG.String

5762: FND_LOG.String
5763: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5764: , 'contract_service_id :' || p_service_request_rec.contract_service_id
5765: );
5766: FND_LOG.String
5767: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5768: , 'contract_service_number :' || p_service_request_rec.contract_service_number
5769: );
5770: FND_LOG.String

Line 5767: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5763: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5764: , 'contract_service_id :' || p_service_request_rec.contract_service_id
5765: );
5766: FND_LOG.String
5767: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5768: , 'contract_service_number :' || p_service_request_rec.contract_service_number
5769: );
5770: FND_LOG.String
5771: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5770: FND_LOG.String

5766: FND_LOG.String
5767: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5768: , 'contract_service_number :' || p_service_request_rec.contract_service_number
5769: );
5770: FND_LOG.String
5771: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5772: , 'contract_id :' || p_service_request_rec.contract_id
5773: );
5774: FND_LOG.String

Line 5771: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5767: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5768: , 'contract_service_number :' || p_service_request_rec.contract_service_number
5769: );
5770: FND_LOG.String
5771: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5772: , 'contract_id :' || p_service_request_rec.contract_id
5773: );
5774: FND_LOG.String
5775: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5774: FND_LOG.String

5770: FND_LOG.String
5771: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5772: , 'contract_id :' || p_service_request_rec.contract_id
5773: );
5774: FND_LOG.String
5775: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5776: , 'project_number :' || p_service_request_rec.project_number
5777: );
5778: FND_LOG.String

Line 5775: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5771: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5772: , 'contract_id :' || p_service_request_rec.contract_id
5773: );
5774: FND_LOG.String
5775: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5776: , 'project_number :' || p_service_request_rec.project_number
5777: );
5778: FND_LOG.String
5779: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5778: FND_LOG.String

5774: FND_LOG.String
5775: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5776: , 'project_number :' || p_service_request_rec.project_number
5777: );
5778: FND_LOG.String
5779: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5780: , 'qa_collection_plan_id :' || p_service_request_rec.qa_collection_plan_id
5781: );
5782: FND_LOG.String

Line 5779: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5775: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5776: , 'project_number :' || p_service_request_rec.project_number
5777: );
5778: FND_LOG.String
5779: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5780: , 'qa_collection_plan_id :' || p_service_request_rec.qa_collection_plan_id
5781: );
5782: FND_LOG.String
5783: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5782: FND_LOG.String

5778: FND_LOG.String
5779: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5780: , 'qa_collection_plan_id :' || p_service_request_rec.qa_collection_plan_id
5781: );
5782: FND_LOG.String
5783: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5784: , 'account_id :' || p_service_request_rec.account_id
5785: );
5786: FND_LOG.String

Line 5783: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5779: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5780: , 'qa_collection_plan_id :' || p_service_request_rec.qa_collection_plan_id
5781: );
5782: FND_LOG.String
5783: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5784: , 'account_id :' || p_service_request_rec.account_id
5785: );
5786: FND_LOG.String
5787: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5786: FND_LOG.String

5782: FND_LOG.String
5783: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5784: , 'account_id :' || p_service_request_rec.account_id
5785: );
5786: FND_LOG.String
5787: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5788: , 'resource_type :' || p_service_request_rec.resource_type
5789: );
5790: FND_LOG.String

Line 5787: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5783: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5784: , 'account_id :' || p_service_request_rec.account_id
5785: );
5786: FND_LOG.String
5787: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5788: , 'resource_type :' || p_service_request_rec.resource_type
5789: );
5790: FND_LOG.String
5791: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5790: FND_LOG.String

5786: FND_LOG.String
5787: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5788: , 'resource_type :' || p_service_request_rec.resource_type
5789: );
5790: FND_LOG.String
5791: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5792: , 'resource_subtype_id :' || p_service_request_rec.resource_subtype_id
5793: );
5794: FND_LOG.String

Line 5791: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5787: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5788: , 'resource_type :' || p_service_request_rec.resource_type
5789: );
5790: FND_LOG.String
5791: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5792: , 'resource_subtype_id :' || p_service_request_rec.resource_subtype_id
5793: );
5794: FND_LOG.String
5795: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5794: FND_LOG.String

5790: FND_LOG.String
5791: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5792: , 'resource_subtype_id :' || p_service_request_rec.resource_subtype_id
5793: );
5794: FND_LOG.String
5795: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5796: , 'cust_po_number :' || p_service_request_rec.cust_po_number
5797: );
5798: FND_LOG.String

Line 5795: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5791: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5792: , 'resource_subtype_id :' || p_service_request_rec.resource_subtype_id
5793: );
5794: FND_LOG.String
5795: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5796: , 'cust_po_number :' || p_service_request_rec.cust_po_number
5797: );
5798: FND_LOG.String
5799: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5798: FND_LOG.String

5794: FND_LOG.String
5795: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5796: , 'cust_po_number :' || p_service_request_rec.cust_po_number
5797: );
5798: FND_LOG.String
5799: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5800: , 'cust_ticket_number :' || p_service_request_rec.cust_ticket_number
5801: );
5802: FND_LOG.String

Line 5799: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5795: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5796: , 'cust_po_number :' || p_service_request_rec.cust_po_number
5797: );
5798: FND_LOG.String
5799: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5800: , 'cust_ticket_number :' || p_service_request_rec.cust_ticket_number
5801: );
5802: FND_LOG.String
5803: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5802: FND_LOG.String

5798: FND_LOG.String
5799: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5800: , 'cust_ticket_number :' || p_service_request_rec.cust_ticket_number
5801: );
5802: FND_LOG.String
5803: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5804: , 'sr_creation_channel :' || p_service_request_rec.sr_creation_channel
5805: );
5806: FND_LOG.String

Line 5803: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5799: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5800: , 'cust_ticket_number :' || p_service_request_rec.cust_ticket_number
5801: );
5802: FND_LOG.String
5803: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5804: , 'sr_creation_channel :' || p_service_request_rec.sr_creation_channel
5805: );
5806: FND_LOG.String
5807: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5806: FND_LOG.String

5802: FND_LOG.String
5803: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5804: , 'sr_creation_channel :' || p_service_request_rec.sr_creation_channel
5805: );
5806: FND_LOG.String
5807: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5808: , 'obligation_date :' || p_service_request_rec.obligation_date
5809: );
5810: FND_LOG.String

Line 5807: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5803: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5804: , 'sr_creation_channel :' || p_service_request_rec.sr_creation_channel
5805: );
5806: FND_LOG.String
5807: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5808: , 'obligation_date :' || p_service_request_rec.obligation_date
5809: );
5810: FND_LOG.String
5811: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5810: FND_LOG.String

5806: FND_LOG.String
5807: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5808: , 'obligation_date :' || p_service_request_rec.obligation_date
5809: );
5810: FND_LOG.String
5811: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5812: , 'time_zone_id :' || p_service_request_rec.time_zone_id
5813: );
5814: FND_LOG.String

Line 5811: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5807: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5808: , 'obligation_date :' || p_service_request_rec.obligation_date
5809: );
5810: FND_LOG.String
5811: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5812: , 'time_zone_id :' || p_service_request_rec.time_zone_id
5813: );
5814: FND_LOG.String
5815: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5814: FND_LOG.String

5810: FND_LOG.String
5811: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5812: , 'time_zone_id :' || p_service_request_rec.time_zone_id
5813: );
5814: FND_LOG.String
5815: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5816: , 'time_difference :' || p_service_request_rec.time_difference
5817: );
5818: FND_LOG.String

Line 5815: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5811: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5812: , 'time_zone_id :' || p_service_request_rec.time_zone_id
5813: );
5814: FND_LOG.String
5815: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5816: , 'time_difference :' || p_service_request_rec.time_difference
5817: );
5818: FND_LOG.String
5819: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5818: FND_LOG.String

5814: FND_LOG.String
5815: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5816: , 'time_difference :' || p_service_request_rec.time_difference
5817: );
5818: FND_LOG.String
5819: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5820: , 'site_id :' || p_service_request_rec.site_id
5821: );
5822: FND_LOG.String

Line 5819: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5815: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5816: , 'time_difference :' || p_service_request_rec.time_difference
5817: );
5818: FND_LOG.String
5819: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5820: , 'site_id :' || p_service_request_rec.site_id
5821: );
5822: FND_LOG.String
5823: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5822: FND_LOG.String

5818: FND_LOG.String
5819: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5820: , 'site_id :' || p_service_request_rec.site_id
5821: );
5822: FND_LOG.String
5823: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5824: , 'customer_site_id :' || p_service_request_rec.customer_site_id
5825: );
5826: FND_LOG.String

Line 5823: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5819: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5820: , 'site_id :' || p_service_request_rec.site_id
5821: );
5822: FND_LOG.String
5823: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5824: , 'customer_site_id :' || p_service_request_rec.customer_site_id
5825: );
5826: FND_LOG.String
5827: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5826: FND_LOG.String

5822: FND_LOG.String
5823: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5824: , 'customer_site_id :' || p_service_request_rec.customer_site_id
5825: );
5826: FND_LOG.String
5827: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5828: , 'territory_id :' || p_service_request_rec.territory_id
5829: );
5830: FND_LOG.String

Line 5827: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5823: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5824: , 'customer_site_id :' || p_service_request_rec.customer_site_id
5825: );
5826: FND_LOG.String
5827: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5828: , 'territory_id :' || p_service_request_rec.territory_id
5829: );
5830: FND_LOG.String
5831: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5830: FND_LOG.String

5826: FND_LOG.String
5827: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5828: , 'territory_id :' || p_service_request_rec.territory_id
5829: );
5830: FND_LOG.String
5831: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5832: , 'initialize_flag :' || p_service_request_rec.initialize_flag
5833: );
5834: FND_LOG.String

Line 5831: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5827: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5828: , 'territory_id :' || p_service_request_rec.territory_id
5829: );
5830: FND_LOG.String
5831: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5832: , 'initialize_flag :' || p_service_request_rec.initialize_flag
5833: );
5834: FND_LOG.String
5835: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5834: FND_LOG.String

5830: FND_LOG.String
5831: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5832: , 'initialize_flag :' || p_service_request_rec.initialize_flag
5833: );
5834: FND_LOG.String
5835: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5836: , 'cp_revision_id :' || p_service_request_rec.cp_revision_id
5837: );
5838: FND_LOG.String

Line 5835: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5831: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5832: , 'initialize_flag :' || p_service_request_rec.initialize_flag
5833: );
5834: FND_LOG.String
5835: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5836: , 'cp_revision_id :' || p_service_request_rec.cp_revision_id
5837: );
5838: FND_LOG.String
5839: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5838: FND_LOG.String

5834: FND_LOG.String
5835: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5836: , 'cp_revision_id :' || p_service_request_rec.cp_revision_id
5837: );
5838: FND_LOG.String
5839: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5840: , 'inv_item_revision :' || p_service_request_rec.inv_item_revision
5841: );
5842: FND_LOG.String

Line 5839: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5835: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5836: , 'cp_revision_id :' || p_service_request_rec.cp_revision_id
5837: );
5838: FND_LOG.String
5839: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5840: , 'inv_item_revision :' || p_service_request_rec.inv_item_revision
5841: );
5842: FND_LOG.String
5843: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5842: FND_LOG.String

5838: FND_LOG.String
5839: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5840: , 'inv_item_revision :' || p_service_request_rec.inv_item_revision
5841: );
5842: FND_LOG.String
5843: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5844: , 'inv_component_id :' || p_service_request_rec.inv_component_id
5845: );
5846: FND_LOG.String

Line 5843: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5839: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5840: , 'inv_item_revision :' || p_service_request_rec.inv_item_revision
5841: );
5842: FND_LOG.String
5843: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5844: , 'inv_component_id :' || p_service_request_rec.inv_component_id
5845: );
5846: FND_LOG.String
5847: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5846: FND_LOG.String

5842: FND_LOG.String
5843: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5844: , 'inv_component_id :' || p_service_request_rec.inv_component_id
5845: );
5846: FND_LOG.String
5847: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5848: , 'inv_component_version :' || p_service_request_rec.inv_component_version
5849: );
5850: FND_LOG.String

Line 5847: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5843: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5844: , 'inv_component_id :' || p_service_request_rec.inv_component_id
5845: );
5846: FND_LOG.String
5847: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5848: , 'inv_component_version :' || p_service_request_rec.inv_component_version
5849: );
5850: FND_LOG.String
5851: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5850: FND_LOG.String

5846: FND_LOG.String
5847: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5848: , 'inv_component_version :' || p_service_request_rec.inv_component_version
5849: );
5850: FND_LOG.String
5851: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5852: , 'inv_subcomponent_id :' || p_service_request_rec.inv_subcomponent_id
5853: );
5854: FND_LOG.String

Line 5851: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5847: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5848: , 'inv_component_version :' || p_service_request_rec.inv_component_version
5849: );
5850: FND_LOG.String
5851: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5852: , 'inv_subcomponent_id :' || p_service_request_rec.inv_subcomponent_id
5853: );
5854: FND_LOG.String
5855: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5854: FND_LOG.String

5850: FND_LOG.String
5851: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5852: , 'inv_subcomponent_id :' || p_service_request_rec.inv_subcomponent_id
5853: );
5854: FND_LOG.String
5855: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5856: , 'inv_subcomponent_version :' || p_service_request_rec.inv_subcomponent_version
5857: );
5858: FND_LOG.String

Line 5855: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5851: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5852: , 'inv_subcomponent_id :' || p_service_request_rec.inv_subcomponent_id
5853: );
5854: FND_LOG.String
5855: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5856: , 'inv_subcomponent_version :' || p_service_request_rec.inv_subcomponent_version
5857: );
5858: FND_LOG.String
5859: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5858: FND_LOG.String

5854: FND_LOG.String
5855: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5856: , 'inv_subcomponent_version :' || p_service_request_rec.inv_subcomponent_version
5857: );
5858: FND_LOG.String
5859: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5860: , 'tier :' || p_service_request_rec.tier
5861: );
5862: FND_LOG.String

Line 5859: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5855: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5856: , 'inv_subcomponent_version :' || p_service_request_rec.inv_subcomponent_version
5857: );
5858: FND_LOG.String
5859: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5860: , 'tier :' || p_service_request_rec.tier
5861: );
5862: FND_LOG.String
5863: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5862: FND_LOG.String

5858: FND_LOG.String
5859: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5860: , 'tier :' || p_service_request_rec.tier
5861: );
5862: FND_LOG.String
5863: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5864: , 'tier_version :' || p_service_request_rec.tier_version
5865: );
5866: FND_LOG.String

Line 5863: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5859: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5860: , 'tier :' || p_service_request_rec.tier
5861: );
5862: FND_LOG.String
5863: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5864: , 'tier_version :' || p_service_request_rec.tier_version
5865: );
5866: FND_LOG.String
5867: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5866: FND_LOG.String

5862: FND_LOG.String
5863: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5864: , 'tier_version :' || p_service_request_rec.tier_version
5865: );
5866: FND_LOG.String
5867: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5868: , 'operating_system :' || p_service_request_rec.operating_system
5869: );
5870: FND_LOG.String

Line 5867: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5863: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5864: , 'tier_version :' || p_service_request_rec.tier_version
5865: );
5866: FND_LOG.String
5867: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5868: , 'operating_system :' || p_service_request_rec.operating_system
5869: );
5870: FND_LOG.String
5871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5870: FND_LOG.String

5866: FND_LOG.String
5867: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5868: , 'operating_system :' || p_service_request_rec.operating_system
5869: );
5870: FND_LOG.String
5871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5872: , 'operating_system_version :' || p_service_request_rec.operating_system_version
5873: );
5874: FND_LOG.String

Line 5871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5867: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5868: , 'operating_system :' || p_service_request_rec.operating_system
5869: );
5870: FND_LOG.String
5871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5872: , 'operating_system_version :' || p_service_request_rec.operating_system_version
5873: );
5874: FND_LOG.String
5875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5874: FND_LOG.String

5870: FND_LOG.String
5871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5872: , 'operating_system_version :' || p_service_request_rec.operating_system_version
5873: );
5874: FND_LOG.String
5875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5876: , 'database :' || p_service_request_rec.database
5877: );
5878: FND_LOG.String

Line 5875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5871: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5872: , 'operating_system_version :' || p_service_request_rec.operating_system_version
5873: );
5874: FND_LOG.String
5875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5876: , 'database :' || p_service_request_rec.database
5877: );
5878: FND_LOG.String
5879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5878: FND_LOG.String

5874: FND_LOG.String
5875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5876: , 'database :' || p_service_request_rec.database
5877: );
5878: FND_LOG.String
5879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5880: , 'cust_pref_lang_id :' || p_service_request_rec.cust_pref_lang_id
5881: );
5882: FND_LOG.String

Line 5879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5875: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5876: , 'database :' || p_service_request_rec.database
5877: );
5878: FND_LOG.String
5879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5880: , 'cust_pref_lang_id :' || p_service_request_rec.cust_pref_lang_id
5881: );
5882: FND_LOG.String
5883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5882: FND_LOG.String

5878: FND_LOG.String
5879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5880: , 'cust_pref_lang_id :' || p_service_request_rec.cust_pref_lang_id
5881: );
5882: FND_LOG.String
5883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5884: , 'category_id :' || p_service_request_rec.category_id
5885: );
5886: FND_LOG.String

Line 5883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5879: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5880: , 'cust_pref_lang_id :' || p_service_request_rec.cust_pref_lang_id
5881: );
5882: FND_LOG.String
5883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5884: , 'category_id :' || p_service_request_rec.category_id
5885: );
5886: FND_LOG.String
5887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5886: FND_LOG.String

5882: FND_LOG.String
5883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5884: , 'category_id :' || p_service_request_rec.category_id
5885: );
5886: FND_LOG.String
5887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5888: , 'group_type :' || p_service_request_rec.group_type
5889: );
5890: FND_LOG.String

Line 5887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5883: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5884: , 'category_id :' || p_service_request_rec.category_id
5885: );
5886: FND_LOG.String
5887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5888: , 'group_type :' || p_service_request_rec.group_type
5889: );
5890: FND_LOG.String
5891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5890: FND_LOG.String

5886: FND_LOG.String
5887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5888: , 'group_type :' || p_service_request_rec.group_type
5889: );
5890: FND_LOG.String
5891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5892: , 'group_territory_id :' || p_service_request_rec.group_territory_id
5893: );
5894: FND_LOG.String

Line 5891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5887: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5888: , 'group_type :' || p_service_request_rec.group_type
5889: );
5890: FND_LOG.String
5891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5892: , 'group_territory_id :' || p_service_request_rec.group_territory_id
5893: );
5894: FND_LOG.String
5895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5894: FND_LOG.String

5890: FND_LOG.String
5891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5892: , 'group_territory_id :' || p_service_request_rec.group_territory_id
5893: );
5894: FND_LOG.String
5895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5896: , 'inv_platform_org_id :' || p_service_request_rec.inv_platform_org_id
5897: );
5898: FND_LOG.String

Line 5895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5891: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5892: , 'group_territory_id :' || p_service_request_rec.group_territory_id
5893: );
5894: FND_LOG.String
5895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5896: , 'inv_platform_org_id :' || p_service_request_rec.inv_platform_org_id
5897: );
5898: FND_LOG.String
5899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5898: FND_LOG.String

5894: FND_LOG.String
5895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5896: , 'inv_platform_org_id :' || p_service_request_rec.inv_platform_org_id
5897: );
5898: FND_LOG.String
5899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5900: , 'component_version :' || p_service_request_rec.component_version
5901: );
5902: FND_LOG.String

Line 5899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5895: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5896: , 'inv_platform_org_id :' || p_service_request_rec.inv_platform_org_id
5897: );
5898: FND_LOG.String
5899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5900: , 'component_version :' || p_service_request_rec.component_version
5901: );
5902: FND_LOG.String
5903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5902: FND_LOG.String

5898: FND_LOG.String
5899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5900: , 'component_version :' || p_service_request_rec.component_version
5901: );
5902: FND_LOG.String
5903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5904: , 'subcomponent_version :' || p_service_request_rec.subcomponent_version
5905: );
5906: FND_LOG.String

Line 5903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5899: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5900: , 'component_version :' || p_service_request_rec.component_version
5901: );
5902: FND_LOG.String
5903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5904: , 'subcomponent_version :' || p_service_request_rec.subcomponent_version
5905: );
5906: FND_LOG.String
5907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5906: FND_LOG.String

5902: FND_LOG.String
5903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5904: , 'subcomponent_version :' || p_service_request_rec.subcomponent_version
5905: );
5906: FND_LOG.String
5907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5908: , 'product_revision :' || p_service_request_rec.product_revision
5909: );
5910: FND_LOG.String

Line 5907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5903: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5904: , 'subcomponent_version :' || p_service_request_rec.subcomponent_version
5905: );
5906: FND_LOG.String
5907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5908: , 'product_revision :' || p_service_request_rec.product_revision
5909: );
5910: FND_LOG.String
5911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5910: FND_LOG.String

5906: FND_LOG.String
5907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5908: , 'product_revision :' || p_service_request_rec.product_revision
5909: );
5910: FND_LOG.String
5911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5912: , 'comm_pref_code :' || p_service_request_rec.comm_pref_code
5913: );
5914: FND_LOG.String

Line 5911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5907: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5908: , 'product_revision :' || p_service_request_rec.product_revision
5909: );
5910: FND_LOG.String
5911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5912: , 'comm_pref_code :' || p_service_request_rec.comm_pref_code
5913: );
5914: FND_LOG.String
5915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5914: FND_LOG.String

5910: FND_LOG.String
5911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5912: , 'comm_pref_code :' || p_service_request_rec.comm_pref_code
5913: );
5914: FND_LOG.String
5915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5916: , 'cust_pref_lang_code :' || p_service_request_rec.cust_pref_lang_code
5917: );
5918: FND_LOG.String

Line 5915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5911: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5912: , 'comm_pref_code :' || p_service_request_rec.comm_pref_code
5913: );
5914: FND_LOG.String
5915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5916: , 'cust_pref_lang_code :' || p_service_request_rec.cust_pref_lang_code
5917: );
5918: FND_LOG.String
5919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5918: FND_LOG.String

5914: FND_LOG.String
5915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5916: , 'cust_pref_lang_code :' || p_service_request_rec.cust_pref_lang_code
5917: );
5918: FND_LOG.String
5919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5920: , 'last_update_channel :' || p_service_request_rec.last_update_channel
5921: );
5922: FND_LOG.String

Line 5919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5915: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5916: , 'cust_pref_lang_code :' || p_service_request_rec.cust_pref_lang_code
5917: );
5918: FND_LOG.String
5919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5920: , 'last_update_channel :' || p_service_request_rec.last_update_channel
5921: );
5922: FND_LOG.String
5923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5922: FND_LOG.String

5918: FND_LOG.String
5919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5920: , 'last_update_channel :' || p_service_request_rec.last_update_channel
5921: );
5922: FND_LOG.String
5923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5924: , 'category_set_id :' || p_service_request_rec.category_set_id
5925: );
5926: FND_LOG.String

Line 5923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5920: , 'last_update_channel :' || p_service_request_rec.last_update_channel
5921: );
5922: FND_LOG.String
5923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5924: , 'category_set_id :' || p_service_request_rec.category_set_id
5925: );
5926: FND_LOG.String
5927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5926: FND_LOG.String

5922: FND_LOG.String
5923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5924: , 'category_set_id :' || p_service_request_rec.category_set_id
5925: );
5926: FND_LOG.String
5927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5928: , 'external_reference :' || p_service_request_rec.external_reference
5929: );
5930: FND_LOG.String

Line 5927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5923: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5924: , 'category_set_id :' || p_service_request_rec.category_set_id
5925: );
5926: FND_LOG.String
5927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5928: , 'external_reference :' || p_service_request_rec.external_reference
5929: );
5930: FND_LOG.String
5931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5930: FND_LOG.String

5926: FND_LOG.String
5927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5928: , 'external_reference :' || p_service_request_rec.external_reference
5929: );
5930: FND_LOG.String
5931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5932: , 'system_id :' || p_service_request_rec.system_id
5933: );
5934: FND_LOG.String

Line 5931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5927: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5928: , 'external_reference :' || p_service_request_rec.external_reference
5929: );
5930: FND_LOG.String
5931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5932: , 'system_id :' || p_service_request_rec.system_id
5933: );
5934: FND_LOG.String
5935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5934: FND_LOG.String

5930: FND_LOG.String
5931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5932: , 'system_id :' || p_service_request_rec.system_id
5933: );
5934: FND_LOG.String
5935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5936: , 'error_code :' || p_service_request_rec.error_code
5937: );
5938: FND_LOG.String

Line 5935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5931: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5932: , 'system_id :' || p_service_request_rec.system_id
5933: );
5934: FND_LOG.String
5935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5936: , 'error_code :' || p_service_request_rec.error_code
5937: );
5938: FND_LOG.String
5939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5938: FND_LOG.String

5934: FND_LOG.String
5935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5936: , 'error_code :' || p_service_request_rec.error_code
5937: );
5938: FND_LOG.String
5939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5940: , 'incident_occurred_date :' || p_service_request_rec.incident_occurred_date
5941: );
5942: FND_LOG.String

Line 5939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5935: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5936: , 'error_code :' || p_service_request_rec.error_code
5937: );
5938: FND_LOG.String
5939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5940: , 'incident_occurred_date :' || p_service_request_rec.incident_occurred_date
5941: );
5942: FND_LOG.String
5943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5942: FND_LOG.String

5938: FND_LOG.String
5939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5940: , 'incident_occurred_date :' || p_service_request_rec.incident_occurred_date
5941: );
5942: FND_LOG.String
5943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5944: , 'incident_resolved_date :' || p_service_request_rec.incident_resolved_date
5945: );
5946: FND_LOG.String

Line 5943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5939: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5940: , 'incident_occurred_date :' || p_service_request_rec.incident_occurred_date
5941: );
5942: FND_LOG.String
5943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5944: , 'incident_resolved_date :' || p_service_request_rec.incident_resolved_date
5945: );
5946: FND_LOG.String
5947: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5946: FND_LOG.String

5942: FND_LOG.String
5943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5944: , 'incident_resolved_date :' || p_service_request_rec.incident_resolved_date
5945: );
5946: FND_LOG.String
5947: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5948: , 'inc_responded_by_date :' || p_service_request_rec.inc_responded_by_date
5949: );
5950: FND_LOG.String

Line 5947: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5943: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5944: , 'incident_resolved_date :' || p_service_request_rec.incident_resolved_date
5945: );
5946: FND_LOG.String
5947: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5948: , 'inc_responded_by_date :' || p_service_request_rec.inc_responded_by_date
5949: );
5950: FND_LOG.String
5951: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5950: FND_LOG.String

5946: FND_LOG.String
5947: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5948: , 'inc_responded_by_date :' || p_service_request_rec.inc_responded_by_date
5949: );
5950: FND_LOG.String
5951: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5952: , 'resolution_summary :' || p_service_request_rec.resolution_summary
5953: );
5954: FND_LOG.String

Line 5951: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5947: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5948: , 'inc_responded_by_date :' || p_service_request_rec.inc_responded_by_date
5949: );
5950: FND_LOG.String
5951: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5952: , 'resolution_summary :' || p_service_request_rec.resolution_summary
5953: );
5954: FND_LOG.String
5955: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5954: FND_LOG.String

5950: FND_LOG.String
5951: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5952: , 'resolution_summary :' || p_service_request_rec.resolution_summary
5953: );
5954: FND_LOG.String
5955: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5956: , 'incident_location_id :' || p_service_request_rec.incident_location_id
5957: );
5958: FND_LOG.String

Line 5955: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5951: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5952: , 'resolution_summary :' || p_service_request_rec.resolution_summary
5953: );
5954: FND_LOG.String
5955: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5956: , 'incident_location_id :' || p_service_request_rec.incident_location_id
5957: );
5958: FND_LOG.String
5959: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5958: FND_LOG.String

5954: FND_LOG.String
5955: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5956: , 'incident_location_id :' || p_service_request_rec.incident_location_id
5957: );
5958: FND_LOG.String
5959: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5960: , 'incident_address :' || p_service_request_rec.incident_address
5961: );
5962: FND_LOG.String

Line 5959: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5955: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5956: , 'incident_location_id :' || p_service_request_rec.incident_location_id
5957: );
5958: FND_LOG.String
5959: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5960: , 'incident_address :' || p_service_request_rec.incident_address
5961: );
5962: FND_LOG.String
5963: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5962: FND_LOG.String

5958: FND_LOG.String
5959: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5960: , 'incident_address :' || p_service_request_rec.incident_address
5961: );
5962: FND_LOG.String
5963: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5964: , 'incident_city :' || p_service_request_rec.incident_city
5965: );
5966: FND_LOG.String

Line 5963: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5959: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5960: , 'incident_address :' || p_service_request_rec.incident_address
5961: );
5962: FND_LOG.String
5963: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5964: , 'incident_city :' || p_service_request_rec.incident_city
5965: );
5966: FND_LOG.String
5967: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5966: FND_LOG.String

5962: FND_LOG.String
5963: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5964: , 'incident_city :' || p_service_request_rec.incident_city
5965: );
5966: FND_LOG.String
5967: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5968: , 'incident_state :' || p_service_request_rec.incident_state
5969: );
5970: FND_LOG.String

Line 5967: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5963: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5964: , 'incident_city :' || p_service_request_rec.incident_city
5965: );
5966: FND_LOG.String
5967: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5968: , 'incident_state :' || p_service_request_rec.incident_state
5969: );
5970: FND_LOG.String
5971: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5970: FND_LOG.String

5966: FND_LOG.String
5967: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5968: , 'incident_state :' || p_service_request_rec.incident_state
5969: );
5970: FND_LOG.String
5971: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5972: , 'incident_country :' || p_service_request_rec.incident_country
5973: );
5974: FND_LOG.String

Line 5971: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5967: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5968: , 'incident_state :' || p_service_request_rec.incident_state
5969: );
5970: FND_LOG.String
5971: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5972: , 'incident_country :' || p_service_request_rec.incident_country
5973: );
5974: FND_LOG.String
5975: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5974: FND_LOG.String

5970: FND_LOG.String
5971: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5972: , 'incident_country :' || p_service_request_rec.incident_country
5973: );
5974: FND_LOG.String
5975: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5976: , 'incident_province :' || p_service_request_rec.incident_province
5977: );
5978: FND_LOG.String

Line 5975: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5971: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5972: , 'incident_country :' || p_service_request_rec.incident_country
5973: );
5974: FND_LOG.String
5975: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5976: , 'incident_province :' || p_service_request_rec.incident_province
5977: );
5978: FND_LOG.String
5979: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5978: FND_LOG.String

5974: FND_LOG.String
5975: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5976: , 'incident_province :' || p_service_request_rec.incident_province
5977: );
5978: FND_LOG.String
5979: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5980: , 'incident_postal_code :' || p_service_request_rec.incident_postal_code
5981: );
5982: FND_LOG.String

Line 5979: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5975: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5976: , 'incident_province :' || p_service_request_rec.incident_province
5977: );
5978: FND_LOG.String
5979: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5980: , 'incident_postal_code :' || p_service_request_rec.incident_postal_code
5981: );
5982: FND_LOG.String
5983: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5982: FND_LOG.String

5978: FND_LOG.String
5979: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5980: , 'incident_postal_code :' || p_service_request_rec.incident_postal_code
5981: );
5982: FND_LOG.String
5983: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5984: , 'incident_county :' || p_service_request_rec.incident_county
5985: );
5986: FND_LOG.String

Line 5983: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5979: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5980: , 'incident_postal_code :' || p_service_request_rec.incident_postal_code
5981: );
5982: FND_LOG.String
5983: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5984: , 'incident_county :' || p_service_request_rec.incident_county
5985: );
5986: FND_LOG.String
5987: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5986: FND_LOG.String

5982: FND_LOG.String
5983: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5984: , 'incident_county :' || p_service_request_rec.incident_county
5985: );
5986: FND_LOG.String
5987: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5988: , 'owner :' || p_service_request_rec.owner
5989: );
5990: FND_LOG.String

Line 5987: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5983: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5984: , 'incident_county :' || p_service_request_rec.incident_county
5985: );
5986: FND_LOG.String
5987: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5988: , 'owner :' || p_service_request_rec.owner
5989: );
5990: FND_LOG.String
5991: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5990: FND_LOG.String

5986: FND_LOG.String
5987: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5988: , 'owner :' || p_service_request_rec.owner
5989: );
5990: FND_LOG.String
5991: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5992: , 'group_owner :' || p_service_request_rec.group_owner
5993: );
5994: FND_LOG.String

Line 5991: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5987: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5988: , 'owner :' || p_service_request_rec.owner
5989: );
5990: FND_LOG.String
5991: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5992: , 'group_owner :' || p_service_request_rec.group_owner
5993: );
5994: FND_LOG.String
5995: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5994: FND_LOG.String

5990: FND_LOG.String
5991: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5992: , 'group_owner :' || p_service_request_rec.group_owner
5993: );
5994: FND_LOG.String
5995: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5996: , 'cc_number :' || p_service_request_rec.cc_number
5997: );
5998: FND_LOG.String

Line 5995: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5991: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5992: , 'group_owner :' || p_service_request_rec.group_owner
5993: );
5994: FND_LOG.String
5995: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5996: , 'cc_number :' || p_service_request_rec.cc_number
5997: );
5998: FND_LOG.String
5999: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5998: FND_LOG.String

5994: FND_LOG.String
5995: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5996: , 'cc_number :' || p_service_request_rec.cc_number
5997: );
5998: FND_LOG.String
5999: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6000: , 'cc_expiration_date :' || p_service_request_rec.cc_expiration_date
6001: );
6002: FND_LOG.String

Line 5999: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5995: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5996: , 'cc_number :' || p_service_request_rec.cc_number
5997: );
5998: FND_LOG.String
5999: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6000: , 'cc_expiration_date :' || p_service_request_rec.cc_expiration_date
6001: );
6002: FND_LOG.String
6003: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6002: FND_LOG.String

5998: FND_LOG.String
5999: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6000: , 'cc_expiration_date :' || p_service_request_rec.cc_expiration_date
6001: );
6002: FND_LOG.String
6003: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6004: , 'cc_type_code :' || p_service_request_rec.cc_type_code
6005: );
6006: FND_LOG.String

Line 6003: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

5999: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6000: , 'cc_expiration_date :' || p_service_request_rec.cc_expiration_date
6001: );
6002: FND_LOG.String
6003: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6004: , 'cc_type_code :' || p_service_request_rec.cc_type_code
6005: );
6006: FND_LOG.String
6007: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6006: FND_LOG.String

6002: FND_LOG.String
6003: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6004: , 'cc_type_code :' || p_service_request_rec.cc_type_code
6005: );
6006: FND_LOG.String
6007: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6008: , 'cc_first_name :' || p_service_request_rec.cc_first_name
6009: );
6010: FND_LOG.String

Line 6007: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6003: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6004: , 'cc_type_code :' || p_service_request_rec.cc_type_code
6005: );
6006: FND_LOG.String
6007: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6008: , 'cc_first_name :' || p_service_request_rec.cc_first_name
6009: );
6010: FND_LOG.String
6011: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6010: FND_LOG.String

6006: FND_LOG.String
6007: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6008: , 'cc_first_name :' || p_service_request_rec.cc_first_name
6009: );
6010: FND_LOG.String
6011: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6012: , 'cc_last_name :' || p_service_request_rec.cc_last_name
6013: );
6014: FND_LOG.String

Line 6011: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6007: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6008: , 'cc_first_name :' || p_service_request_rec.cc_first_name
6009: );
6010: FND_LOG.String
6011: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6012: , 'cc_last_name :' || p_service_request_rec.cc_last_name
6013: );
6014: FND_LOG.String
6015: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6014: FND_LOG.String

6010: FND_LOG.String
6011: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6012: , 'cc_last_name :' || p_service_request_rec.cc_last_name
6013: );
6014: FND_LOG.String
6015: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6016: , 'cc_middle_name :' || p_service_request_rec.cc_middle_name
6017: );
6018: FND_LOG.String

Line 6015: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6011: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6012: , 'cc_last_name :' || p_service_request_rec.cc_last_name
6013: );
6014: FND_LOG.String
6015: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6016: , 'cc_middle_name :' || p_service_request_rec.cc_middle_name
6017: );
6018: FND_LOG.String
6019: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6018: FND_LOG.String

6014: FND_LOG.String
6015: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6016: , 'cc_middle_name :' || p_service_request_rec.cc_middle_name
6017: );
6018: FND_LOG.String
6019: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6020: , 'cc_id :' || p_service_request_rec.cc_id
6021: );
6022: FND_LOG.String

Line 6019: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6015: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6016: , 'cc_middle_name :' || p_service_request_rec.cc_middle_name
6017: );
6018: FND_LOG.String
6019: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6020: , 'cc_id :' || p_service_request_rec.cc_id
6021: );
6022: FND_LOG.String
6023: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6022: FND_LOG.String

6018: FND_LOG.String
6019: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6020: , 'cc_id :' || p_service_request_rec.cc_id
6021: );
6022: FND_LOG.String
6023: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6024: , 'bill_to_account_id :' || p_service_request_rec.bill_to_account_id
6025: );
6026: FND_LOG.String

Line 6023: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6019: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6020: , 'cc_id :' || p_service_request_rec.cc_id
6021: );
6022: FND_LOG.String
6023: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6024: , 'bill_to_account_id :' || p_service_request_rec.bill_to_account_id
6025: );
6026: FND_LOG.String
6027: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6026: FND_LOG.String

6022: FND_LOG.String
6023: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6024: , 'bill_to_account_id :' || p_service_request_rec.bill_to_account_id
6025: );
6026: FND_LOG.String
6027: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6028: , 'ship_to_account_id :' || p_service_request_rec.ship_to_account_id
6029: );
6030: FND_LOG.String

Line 6027: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6023: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6024: , 'bill_to_account_id :' || p_service_request_rec.bill_to_account_id
6025: );
6026: FND_LOG.String
6027: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6028: , 'ship_to_account_id :' || p_service_request_rec.ship_to_account_id
6029: );
6030: FND_LOG.String
6031: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6030: FND_LOG.String

6026: FND_LOG.String
6027: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6028: , 'ship_to_account_id :' || p_service_request_rec.ship_to_account_id
6029: );
6030: FND_LOG.String
6031: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6032: , 'customer_phone_id :' || p_service_request_rec.customer_phone_id
6033: );
6034: FND_LOG.String

Line 6031: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6027: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6028: , 'ship_to_account_id :' || p_service_request_rec.ship_to_account_id
6029: );
6030: FND_LOG.String
6031: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6032: , 'customer_phone_id :' || p_service_request_rec.customer_phone_id
6033: );
6034: FND_LOG.String
6035: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6034: FND_LOG.String

6030: FND_LOG.String
6031: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6032: , 'customer_phone_id :' || p_service_request_rec.customer_phone_id
6033: );
6034: FND_LOG.String
6035: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6036: , 'customer_email_id :' || p_service_request_rec.customer_email_id
6037: );
6038: FND_LOG.String

Line 6035: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6031: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6032: , 'customer_phone_id :' || p_service_request_rec.customer_phone_id
6033: );
6034: FND_LOG.String
6035: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6036: , 'customer_email_id :' || p_service_request_rec.customer_email_id
6037: );
6038: FND_LOG.String
6039: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6038: FND_LOG.String

6034: FND_LOG.String
6035: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6036: , 'customer_email_id :' || p_service_request_rec.customer_email_id
6037: );
6038: FND_LOG.String
6039: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6040: , 'creation_program_code :' || p_service_request_rec.creation_program_code
6041: );
6042: FND_LOG.String

Line 6039: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6035: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6036: , 'customer_email_id :' || p_service_request_rec.customer_email_id
6037: );
6038: FND_LOG.String
6039: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6040: , 'creation_program_code :' || p_service_request_rec.creation_program_code
6041: );
6042: FND_LOG.String
6043: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6042: FND_LOG.String

6038: FND_LOG.String
6039: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6040: , 'creation_program_code :' || p_service_request_rec.creation_program_code
6041: );
6042: FND_LOG.String
6043: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6044: , 'last_update_program_code :' || p_service_request_rec.last_update_program_code
6045: );
6046: FND_LOG.String

Line 6043: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6039: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6040: , 'creation_program_code :' || p_service_request_rec.creation_program_code
6041: );
6042: FND_LOG.String
6043: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6044: , 'last_update_program_code :' || p_service_request_rec.last_update_program_code
6045: );
6046: FND_LOG.String
6047: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6046: FND_LOG.String

6042: FND_LOG.String
6043: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6044: , 'last_update_program_code :' || p_service_request_rec.last_update_program_code
6045: );
6046: FND_LOG.String
6047: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6048: , 'bill_to_party_id :' || p_service_request_rec.bill_to_party_id
6049: );
6050: FND_LOG.String

Line 6047: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6043: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6044: , 'last_update_program_code :' || p_service_request_rec.last_update_program_code
6045: );
6046: FND_LOG.String
6047: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6048: , 'bill_to_party_id :' || p_service_request_rec.bill_to_party_id
6049: );
6050: FND_LOG.String
6051: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6050: FND_LOG.String

6046: FND_LOG.String
6047: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6048: , 'bill_to_party_id :' || p_service_request_rec.bill_to_party_id
6049: );
6050: FND_LOG.String
6051: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6052: , 'ship_to_party_id :' || p_service_request_rec.ship_to_party_id
6053: );
6054: FND_LOG.String

Line 6051: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6047: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6048: , 'bill_to_party_id :' || p_service_request_rec.bill_to_party_id
6049: );
6050: FND_LOG.String
6051: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6052: , 'ship_to_party_id :' || p_service_request_rec.ship_to_party_id
6053: );
6054: FND_LOG.String
6055: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6054: FND_LOG.String

6050: FND_LOG.String
6051: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6052: , 'ship_to_party_id :' || p_service_request_rec.ship_to_party_id
6053: );
6054: FND_LOG.String
6055: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6056: , 'program_id :' || p_service_request_rec.program_id
6057: );
6058: FND_LOG.String

Line 6055: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6051: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6052: , 'ship_to_party_id :' || p_service_request_rec.ship_to_party_id
6053: );
6054: FND_LOG.String
6055: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6056: , 'program_id :' || p_service_request_rec.program_id
6057: );
6058: FND_LOG.String
6059: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6058: FND_LOG.String

6054: FND_LOG.String
6055: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6056: , 'program_id :' || p_service_request_rec.program_id
6057: );
6058: FND_LOG.String
6059: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6060: , 'program_application_id :' || p_service_request_rec.program_application_id
6061: );
6062: FND_LOG.String

Line 6059: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6055: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6056: , 'program_id :' || p_service_request_rec.program_id
6057: );
6058: FND_LOG.String
6059: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6060: , 'program_application_id :' || p_service_request_rec.program_application_id
6061: );
6062: FND_LOG.String
6063: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6062: FND_LOG.String

6058: FND_LOG.String
6059: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6060: , 'program_application_id :' || p_service_request_rec.program_application_id
6061: );
6062: FND_LOG.String
6063: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6064: , 'conc_request_id :' || p_service_request_rec.conc_request_id
6065: );
6066: FND_LOG.String

Line 6063: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6059: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6060: , 'program_application_id :' || p_service_request_rec.program_application_id
6061: );
6062: FND_LOG.String
6063: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6064: , 'conc_request_id :' || p_service_request_rec.conc_request_id
6065: );
6066: FND_LOG.String
6067: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6066: FND_LOG.String

6062: FND_LOG.String
6063: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6064: , 'conc_request_id :' || p_service_request_rec.conc_request_id
6065: );
6066: FND_LOG.String
6067: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6068: , 'program_login_id :' || p_service_request_rec.program_login_id
6069: );
6070: FND_LOG.String

Line 6067: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6063: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6064: , 'conc_request_id :' || p_service_request_rec.conc_request_id
6065: );
6066: FND_LOG.String
6067: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6068: , 'program_login_id :' || p_service_request_rec.program_login_id
6069: );
6070: FND_LOG.String
6071: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6070: FND_LOG.String

6066: FND_LOG.String
6067: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6068: , 'program_login_id :' || p_service_request_rec.program_login_id
6069: );
6070: FND_LOG.String
6071: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6072: , 'bill_to_site_id :' || p_service_request_rec.bill_to_site_id
6073: );
6074: FND_LOG.String

Line 6071: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6067: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6068: , 'program_login_id :' || p_service_request_rec.program_login_id
6069: );
6070: FND_LOG.String
6071: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6072: , 'bill_to_site_id :' || p_service_request_rec.bill_to_site_id
6073: );
6074: FND_LOG.String
6075: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6074: FND_LOG.String

6070: FND_LOG.String
6071: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6072: , 'bill_to_site_id :' || p_service_request_rec.bill_to_site_id
6073: );
6074: FND_LOG.String
6075: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6076: , 'ship_to_site_id :' || p_service_request_rec.ship_to_site_id
6077: );
6078: FND_LOG.String

Line 6075: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6071: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6072: , 'bill_to_site_id :' || p_service_request_rec.bill_to_site_id
6073: );
6074: FND_LOG.String
6075: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6076: , 'ship_to_site_id :' || p_service_request_rec.ship_to_site_id
6077: );
6078: FND_LOG.String
6079: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6078: FND_LOG.String

6074: FND_LOG.String
6075: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6076: , 'ship_to_site_id :' || p_service_request_rec.ship_to_site_id
6077: );
6078: FND_LOG.String
6079: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6080: , 'incident_point_of_interest :' || p_service_request_rec.incident_point_of_interest
6081: );
6082: FND_LOG.String

Line 6079: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6075: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6076: , 'ship_to_site_id :' || p_service_request_rec.ship_to_site_id
6077: );
6078: FND_LOG.String
6079: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6080: , 'incident_point_of_interest :' || p_service_request_rec.incident_point_of_interest
6081: );
6082: FND_LOG.String
6083: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6082: FND_LOG.String

6078: FND_LOG.String
6079: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6080: , 'incident_point_of_interest :' || p_service_request_rec.incident_point_of_interest
6081: );
6082: FND_LOG.String
6083: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6084: , 'incident_cross_street :' || p_service_request_rec.incident_cross_street
6085: );
6086: FND_LOG.String

Line 6083: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6079: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6080: , 'incident_point_of_interest :' || p_service_request_rec.incident_point_of_interest
6081: );
6082: FND_LOG.String
6083: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6084: , 'incident_cross_street :' || p_service_request_rec.incident_cross_street
6085: );
6086: FND_LOG.String
6087: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6086: FND_LOG.String

6082: FND_LOG.String
6083: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6084: , 'incident_cross_street :' || p_service_request_rec.incident_cross_street
6085: );
6086: FND_LOG.String
6087: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6088: , 'incident_direction_qualifier :' || p_service_request_rec.incident_direction_qualifier
6089: );
6090: FND_LOG.String

Line 6087: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6083: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6084: , 'incident_cross_street :' || p_service_request_rec.incident_cross_street
6085: );
6086: FND_LOG.String
6087: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6088: , 'incident_direction_qualifier :' || p_service_request_rec.incident_direction_qualifier
6089: );
6090: FND_LOG.String
6091: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6090: FND_LOG.String

6086: FND_LOG.String
6087: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6088: , 'incident_direction_qualifier :' || p_service_request_rec.incident_direction_qualifier
6089: );
6090: FND_LOG.String
6091: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6092: , 'incident_distance_qualifier :' || p_service_request_rec.incident_distance_qualifier
6093: );
6094: FND_LOG.String

Line 6091: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6087: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6088: , 'incident_direction_qualifier :' || p_service_request_rec.incident_direction_qualifier
6089: );
6090: FND_LOG.String
6091: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6092: , 'incident_distance_qualifier :' || p_service_request_rec.incident_distance_qualifier
6093: );
6094: FND_LOG.String
6095: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6094: FND_LOG.String

6090: FND_LOG.String
6091: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6092: , 'incident_distance_qualifier :' || p_service_request_rec.incident_distance_qualifier
6093: );
6094: FND_LOG.String
6095: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6096: , 'incident_distance_qual_uom :' || p_service_request_rec.incident_distance_qual_uom
6097: );
6098: FND_LOG.String

Line 6095: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6091: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6092: , 'incident_distance_qualifier :' || p_service_request_rec.incident_distance_qualifier
6093: );
6094: FND_LOG.String
6095: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6096: , 'incident_distance_qual_uom :' || p_service_request_rec.incident_distance_qual_uom
6097: );
6098: FND_LOG.String
6099: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6098: FND_LOG.String

6094: FND_LOG.String
6095: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6096: , 'incident_distance_qual_uom :' || p_service_request_rec.incident_distance_qual_uom
6097: );
6098: FND_LOG.String
6099: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6100: , 'incident_address2 :' || p_service_request_rec.incident_address2
6101: );
6102: FND_LOG.String

Line 6099: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6095: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6096: , 'incident_distance_qual_uom :' || p_service_request_rec.incident_distance_qual_uom
6097: );
6098: FND_LOG.String
6099: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6100: , 'incident_address2 :' || p_service_request_rec.incident_address2
6101: );
6102: FND_LOG.String
6103: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6102: FND_LOG.String

6098: FND_LOG.String
6099: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6100: , 'incident_address2 :' || p_service_request_rec.incident_address2
6101: );
6102: FND_LOG.String
6103: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6104: , 'incident_address3 :' || p_service_request_rec.incident_address3
6105: );
6106: FND_LOG.String

Line 6103: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6099: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6100: , 'incident_address2 :' || p_service_request_rec.incident_address2
6101: );
6102: FND_LOG.String
6103: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6104: , 'incident_address3 :' || p_service_request_rec.incident_address3
6105: );
6106: FND_LOG.String
6107: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6106: FND_LOG.String

6102: FND_LOG.String
6103: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6104: , 'incident_address3 :' || p_service_request_rec.incident_address3
6105: );
6106: FND_LOG.String
6107: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6108: , 'incident_address4 :' || p_service_request_rec.incident_address4
6109: );
6110: FND_LOG.String

Line 6107: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6103: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6104: , 'incident_address3 :' || p_service_request_rec.incident_address3
6105: );
6106: FND_LOG.String
6107: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6108: , 'incident_address4 :' || p_service_request_rec.incident_address4
6109: );
6110: FND_LOG.String
6111: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6110: FND_LOG.String

6106: FND_LOG.String
6107: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6108: , 'incident_address4 :' || p_service_request_rec.incident_address4
6109: );
6110: FND_LOG.String
6111: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6112: , 'incident_address_style :' || p_service_request_rec.incident_address_style
6113: );
6114: FND_LOG.String

Line 6111: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6107: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6108: , 'incident_address4 :' || p_service_request_rec.incident_address4
6109: );
6110: FND_LOG.String
6111: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6112: , 'incident_address_style :' || p_service_request_rec.incident_address_style
6113: );
6114: FND_LOG.String
6115: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6114: FND_LOG.String

6110: FND_LOG.String
6111: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6112: , 'incident_address_style :' || p_service_request_rec.incident_address_style
6113: );
6114: FND_LOG.String
6115: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6116: , 'incident_addr_lines_phonetic :' || p_service_request_rec.incident_addr_lines_phonetic
6117: );
6118: FND_LOG.String

Line 6115: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6111: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6112: , 'incident_address_style :' || p_service_request_rec.incident_address_style
6113: );
6114: FND_LOG.String
6115: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6116: , 'incident_addr_lines_phonetic :' || p_service_request_rec.incident_addr_lines_phonetic
6117: );
6118: FND_LOG.String
6119: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6118: FND_LOG.String

6114: FND_LOG.String
6115: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6116: , 'incident_addr_lines_phonetic :' || p_service_request_rec.incident_addr_lines_phonetic
6117: );
6118: FND_LOG.String
6119: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6120: , 'incident_po_box_number :' || p_service_request_rec.incident_po_box_number
6121: );
6122: FND_LOG.String

Line 6119: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6115: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6116: , 'incident_addr_lines_phonetic :' || p_service_request_rec.incident_addr_lines_phonetic
6117: );
6118: FND_LOG.String
6119: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6120: , 'incident_po_box_number :' || p_service_request_rec.incident_po_box_number
6121: );
6122: FND_LOG.String
6123: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6122: FND_LOG.String

6118: FND_LOG.String
6119: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6120: , 'incident_po_box_number :' || p_service_request_rec.incident_po_box_number
6121: );
6122: FND_LOG.String
6123: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6124: , 'incident_house_number :' || p_service_request_rec.incident_house_number
6125: );
6126: FND_LOG.String

Line 6123: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6119: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6120: , 'incident_po_box_number :' || p_service_request_rec.incident_po_box_number
6121: );
6122: FND_LOG.String
6123: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6124: , 'incident_house_number :' || p_service_request_rec.incident_house_number
6125: );
6126: FND_LOG.String
6127: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6126: FND_LOG.String

6122: FND_LOG.String
6123: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6124: , 'incident_house_number :' || p_service_request_rec.incident_house_number
6125: );
6126: FND_LOG.String
6127: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6128: , 'incident_street_suffix :' || p_service_request_rec.incident_street_suffix
6129: );
6130: FND_LOG.String

Line 6127: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6123: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6124: , 'incident_house_number :' || p_service_request_rec.incident_house_number
6125: );
6126: FND_LOG.String
6127: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6128: , 'incident_street_suffix :' || p_service_request_rec.incident_street_suffix
6129: );
6130: FND_LOG.String
6131: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6130: FND_LOG.String

6126: FND_LOG.String
6127: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6128: , 'incident_street_suffix :' || p_service_request_rec.incident_street_suffix
6129: );
6130: FND_LOG.String
6131: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6132: , 'incident_street :' || p_service_request_rec.incident_street
6133: );
6134: FND_LOG.String

Line 6131: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6127: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6128: , 'incident_street_suffix :' || p_service_request_rec.incident_street_suffix
6129: );
6130: FND_LOG.String
6131: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6132: , 'incident_street :' || p_service_request_rec.incident_street
6133: );
6134: FND_LOG.String
6135: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6134: FND_LOG.String

6130: FND_LOG.String
6131: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6132: , 'incident_street :' || p_service_request_rec.incident_street
6133: );
6134: FND_LOG.String
6135: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6136: , 'incident_street_number :' || p_service_request_rec.incident_street_number
6137: );
6138: FND_LOG.String

Line 6135: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6131: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6132: , 'incident_street :' || p_service_request_rec.incident_street
6133: );
6134: FND_LOG.String
6135: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6136: , 'incident_street_number :' || p_service_request_rec.incident_street_number
6137: );
6138: FND_LOG.String
6139: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6138: FND_LOG.String

6134: FND_LOG.String
6135: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6136: , 'incident_street_number :' || p_service_request_rec.incident_street_number
6137: );
6138: FND_LOG.String
6139: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6140: , 'incident_floor :' || p_service_request_rec.incident_floor
6141: );
6142: FND_LOG.String

Line 6139: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6135: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6136: , 'incident_street_number :' || p_service_request_rec.incident_street_number
6137: );
6138: FND_LOG.String
6139: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6140: , 'incident_floor :' || p_service_request_rec.incident_floor
6141: );
6142: FND_LOG.String
6143: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6142: FND_LOG.String

6138: FND_LOG.String
6139: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6140: , 'incident_floor :' || p_service_request_rec.incident_floor
6141: );
6142: FND_LOG.String
6143: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6144: , 'incident_suite :' || p_service_request_rec.incident_suite
6145: );
6146: FND_LOG.String

Line 6143: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6139: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6140: , 'incident_floor :' || p_service_request_rec.incident_floor
6141: );
6142: FND_LOG.String
6143: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6144: , 'incident_suite :' || p_service_request_rec.incident_suite
6145: );
6146: FND_LOG.String
6147: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6146: FND_LOG.String

6142: FND_LOG.String
6143: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6144: , 'incident_suite :' || p_service_request_rec.incident_suite
6145: );
6146: FND_LOG.String
6147: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6148: , 'incident_postal_plus4_code :' || p_service_request_rec.incident_postal_plus4_code
6149: );
6150: FND_LOG.String

Line 6147: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6143: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6144: , 'incident_suite :' || p_service_request_rec.incident_suite
6145: );
6146: FND_LOG.String
6147: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6148: , 'incident_postal_plus4_code :' || p_service_request_rec.incident_postal_plus4_code
6149: );
6150: FND_LOG.String
6151: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6150: FND_LOG.String

6146: FND_LOG.String
6147: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6148: , 'incident_postal_plus4_code :' || p_service_request_rec.incident_postal_plus4_code
6149: );
6150: FND_LOG.String
6151: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6152: , 'incident_position :' || p_service_request_rec.incident_position
6153: );
6154: FND_LOG.String

Line 6151: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6147: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6148: , 'incident_postal_plus4_code :' || p_service_request_rec.incident_postal_plus4_code
6149: );
6150: FND_LOG.String
6151: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6152: , 'incident_position :' || p_service_request_rec.incident_position
6153: );
6154: FND_LOG.String
6155: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6154: FND_LOG.String

6150: FND_LOG.String
6151: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6152: , 'incident_position :' || p_service_request_rec.incident_position
6153: );
6154: FND_LOG.String
6155: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6156: , 'incident_location_directions :' || p_service_request_rec.incident_location_directions
6157: );
6158: FND_LOG.String

Line 6155: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6151: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6152: , 'incident_position :' || p_service_request_rec.incident_position
6153: );
6154: FND_LOG.String
6155: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6156: , 'incident_location_directions :' || p_service_request_rec.incident_location_directions
6157: );
6158: FND_LOG.String
6159: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6158: FND_LOG.String

6154: FND_LOG.String
6155: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6156: , 'incident_location_directions :' || p_service_request_rec.incident_location_directions
6157: );
6158: FND_LOG.String
6159: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6160: , 'incident_location_description :' || p_service_request_rec.incident_location_description
6161: );
6162: FND_LOG.String

Line 6159: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6155: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6156: , 'incident_location_directions :' || p_service_request_rec.incident_location_directions
6157: );
6158: FND_LOG.String
6159: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6160: , 'incident_location_description :' || p_service_request_rec.incident_location_description
6161: );
6162: FND_LOG.String
6163: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6162: FND_LOG.String

6158: FND_LOG.String
6159: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6160: , 'incident_location_description :' || p_service_request_rec.incident_location_description
6161: );
6162: FND_LOG.String
6163: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6164: , 'install_site_id :' || p_service_request_rec.install_site_id
6165: );
6166: FND_LOG.String

Line 6163: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6159: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6160: , 'incident_location_description :' || p_service_request_rec.incident_location_description
6161: );
6162: FND_LOG.String
6163: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6164: , 'install_site_id :' || p_service_request_rec.install_site_id
6165: );
6166: FND_LOG.String
6167: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6166: FND_LOG.String

6162: FND_LOG.String
6163: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6164: , 'install_site_id :' || p_service_request_rec.install_site_id
6165: );
6166: FND_LOG.String
6167: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6168: , 'item_serial_number :' || p_service_request_rec.item_serial_number
6169: );
6170: FND_LOG.String

Line 6167: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6163: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6164: , 'install_site_id :' || p_service_request_rec.install_site_id
6165: );
6166: FND_LOG.String
6167: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6168: , 'item_serial_number :' || p_service_request_rec.item_serial_number
6169: );
6170: FND_LOG.String
6171: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6170: FND_LOG.String

6166: FND_LOG.String
6167: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6168: , 'item_serial_number :' || p_service_request_rec.item_serial_number
6169: );
6170: FND_LOG.String
6171: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6172: , 'owning_department_id :' || p_service_request_rec.owning_department_id
6173: );
6174: FND_LOG.String

Line 6171: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6167: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6168: , 'item_serial_number :' || p_service_request_rec.item_serial_number
6169: );
6170: FND_LOG.String
6171: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6172: , 'owning_department_id :' || p_service_request_rec.owning_department_id
6173: );
6174: FND_LOG.String
6175: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6174: FND_LOG.String

6170: FND_LOG.String
6171: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6172: , 'owning_department_id :' || p_service_request_rec.owning_department_id
6173: );
6174: FND_LOG.String
6175: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6176: , 'incident_location_type :' || p_service_request_rec.incident_location_type
6177: );
6178: FND_LOG.String

Line 6175: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6171: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6172: , 'owning_department_id :' || p_service_request_rec.owning_department_id
6173: );
6174: FND_LOG.String
6175: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6176: , 'incident_location_type :' || p_service_request_rec.incident_location_type
6177: );
6178: FND_LOG.String
6179: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6178: FND_LOG.String

6174: FND_LOG.String
6175: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6176: , 'incident_location_type :' || p_service_request_rec.incident_location_type
6177: );
6178: FND_LOG.String
6179: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6180: , 'coverage_type :' || p_service_request_rec.coverage_type
6181: );
6182: FND_LOG.String

Line 6179: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6175: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6176: , 'incident_location_type :' || p_service_request_rec.incident_location_type
6177: );
6178: FND_LOG.String
6179: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6180: , 'coverage_type :' || p_service_request_rec.coverage_type
6181: );
6182: FND_LOG.String
6183: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6182: FND_LOG.String

6178: FND_LOG.String
6179: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6180: , 'coverage_type :' || p_service_request_rec.coverage_type
6181: );
6182: FND_LOG.String
6183: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6184: , 'maint_organization_id :' || p_service_request_rec.maint_organization_id
6185: );
6186: /*Credit Card 9358401 */

Line 6183: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6179: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6180: , 'coverage_type :' || p_service_request_rec.coverage_type
6181: );
6182: FND_LOG.String
6183: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6184: , 'maint_organization_id :' || p_service_request_rec.maint_organization_id
6185: );
6186: /*Credit Card 9358401 */
6187: FND_LOG.String

Line 6187: FND_LOG.String

6183: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6184: , 'maint_organization_id :' || p_service_request_rec.maint_organization_id
6185: );
6186: /*Credit Card 9358401 */
6187: FND_LOG.String
6188: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6189: , 'instrument_payment_use_id :' || p_service_request_rec.instrument_payment_use_id
6190: );
6191:

Line 6188: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6184: , 'maint_organization_id :' || p_service_request_rec.maint_organization_id
6185: );
6186: /*Credit Card 9358401 */
6187: FND_LOG.String
6188: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6189: , 'instrument_payment_use_id :' || p_service_request_rec.instrument_payment_use_id
6190: );
6191:
6192: --12.2+ project siahmed - integrating Oracle Pojects with SR

Line 6193: FND_LOG.String

6189: , 'instrument_payment_use_id :' || p_service_request_rec.instrument_payment_use_id
6190: );
6191:
6192: --12.2+ project siahmed - integrating Oracle Pojects with SR
6193: FND_LOG.String
6194: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6195: , 'project_id :' || p_service_request_rec.project_id
6196: );
6197:

Line 6194: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6190: );
6191:
6192: --12.2+ project siahmed - integrating Oracle Pojects with SR
6193: FND_LOG.String
6194: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6195: , 'project_id :' || p_service_request_rec.project_id
6196: );
6197:
6198: FND_LOG.String

Line 6198: FND_LOG.String

6194: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6195: , 'project_id :' || p_service_request_rec.project_id
6196: );
6197:
6198: FND_LOG.String
6199: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6200: , 'project_task_id :' || p_service_request_rec.project_task_id
6201: );
6202:

Line 6199: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6195: , 'project_id :' || p_service_request_rec.project_id
6196: );
6197:
6198: FND_LOG.String
6199: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6200: , 'project_task_id :' || p_service_request_rec.project_task_id
6201: );
6202:
6203: FND_LOG.String

Line 6203: FND_LOG.String

6199: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6200: , 'project_task_id :' || p_service_request_rec.project_task_id
6201: );
6202:
6203: FND_LOG.String
6204: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6205: , 'expenditure_org_id :' || p_service_request_rec.expenditure_org_id
6206: );
6207:

Line 6204: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6200: , 'project_task_id :' || p_service_request_rec.project_task_id
6201: );
6202:
6203: FND_LOG.String
6204: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6205: , 'expenditure_org_id :' || p_service_request_rec.expenditure_org_id
6206: );
6207:
6208: --end of project related stuff 12.2+ siahmed

Line 6211: FND_LOG.String

6207:
6208: --end of project related stuff 12.2+ siahmed
6209:
6210: --14004721 . Additional SLA dates
6211: FND_LOG.String
6212: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6213: , 'sla_date_1 :' || p_service_request_rec.sla_date_1
6214: );
6215: FND_LOG.String

Line 6212: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6208: --end of project related stuff 12.2+ siahmed
6209:
6210: --14004721 . Additional SLA dates
6211: FND_LOG.String
6212: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6213: , 'sla_date_1 :' || p_service_request_rec.sla_date_1
6214: );
6215: FND_LOG.String
6216: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6215: FND_LOG.String

6211: FND_LOG.String
6212: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6213: , 'sla_date_1 :' || p_service_request_rec.sla_date_1
6214: );
6215: FND_LOG.String
6216: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6217: , 'sla_date_2 :' || p_service_request_rec.sla_date_2
6218: );
6219: FND_LOG.String

Line 6216: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6212: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6213: , 'sla_date_1 :' || p_service_request_rec.sla_date_1
6214: );
6215: FND_LOG.String
6216: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6217: , 'sla_date_2 :' || p_service_request_rec.sla_date_2
6218: );
6219: FND_LOG.String
6220: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6219: FND_LOG.String

6215: FND_LOG.String
6216: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6217: , 'sla_date_2 :' || p_service_request_rec.sla_date_2
6218: );
6219: FND_LOG.String
6220: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6221: , 'sla_date_3 :' || p_service_request_rec.sla_date_3
6222: );
6223: FND_LOG.String

Line 6220: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6216: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6217: , 'sla_date_2 :' || p_service_request_rec.sla_date_2
6218: );
6219: FND_LOG.String
6220: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6221: , 'sla_date_3 :' || p_service_request_rec.sla_date_3
6222: );
6223: FND_LOG.String
6224: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6223: FND_LOG.String

6219: FND_LOG.String
6220: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6221: , 'sla_date_3 :' || p_service_request_rec.sla_date_3
6222: );
6223: FND_LOG.String
6224: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6225: , 'sla_date_4 :' || p_service_request_rec.sla_date_4
6226: );
6227: FND_LOG.String

Line 6224: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6220: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6221: , 'sla_date_3 :' || p_service_request_rec.sla_date_3
6222: );
6223: FND_LOG.String
6224: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6225: , 'sla_date_4 :' || p_service_request_rec.sla_date_4
6226: );
6227: FND_LOG.String
6228: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6227: FND_LOG.String

6223: FND_LOG.String
6224: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6225: , 'sla_date_4 :' || p_service_request_rec.sla_date_4
6226: );
6227: FND_LOG.String
6228: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6229: , 'sla_date_5 :' || p_service_request_rec.sla_date_5
6230: );
6231: FND_LOG.String

Line 6228: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6224: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6225: , 'sla_date_4 :' || p_service_request_rec.sla_date_4
6226: );
6227: FND_LOG.String
6228: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6229: , 'sla_date_5 :' || p_service_request_rec.sla_date_5
6230: );
6231: FND_LOG.String
6232: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6231: FND_LOG.String

6227: FND_LOG.String
6228: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6229: , 'sla_date_5 :' || p_service_request_rec.sla_date_5
6230: );
6231: FND_LOG.String
6232: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6233: , 'sla_date_6 :' || p_service_request_rec.sla_date_6
6234: );
6235: FND_LOG.String

Line 6232: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6228: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6229: , 'sla_date_5 :' || p_service_request_rec.sla_date_5
6230: );
6231: FND_LOG.String
6232: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6233: , 'sla_date_6 :' || p_service_request_rec.sla_date_6
6234: );
6235: FND_LOG.String
6236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6235: FND_LOG.String

6231: FND_LOG.String
6232: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6233: , 'sla_date_6 :' || p_service_request_rec.sla_date_6
6234: );
6235: FND_LOG.String
6236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6237: , 'sla_duration_1 :' || p_service_request_rec.sla_duration_1
6238: );
6239: FND_LOG.String

Line 6236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6232: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6233: , 'sla_date_6 :' || p_service_request_rec.sla_date_6
6234: );
6235: FND_LOG.String
6236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6237: , 'sla_duration_1 :' || p_service_request_rec.sla_duration_1
6238: );
6239: FND_LOG.String
6240: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6239: FND_LOG.String

6235: FND_LOG.String
6236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6237: , 'sla_duration_1 :' || p_service_request_rec.sla_duration_1
6238: );
6239: FND_LOG.String
6240: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6241: , 'sla_duration_2 :' || p_service_request_rec.sla_duration_2
6242: );
6243:

Line 6240: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6237: , 'sla_duration_1 :' || p_service_request_rec.sla_duration_1
6238: );
6239: FND_LOG.String
6240: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6241: , 'sla_duration_2 :' || p_service_request_rec.sla_duration_2
6242: );
6243:
6244: --15995804. Add price_list_header_id

Line 6245: FND_LOG.String

6241: , 'sla_duration_2 :' || p_service_request_rec.sla_duration_2
6242: );
6243:
6244: --15995804. Add price_list_header_id
6245: FND_LOG.String
6246: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6247: , 'price_list_header_id :' || p_service_request_rec.price_list_header_id
6248: );
6249:

Line 6246: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6242: );
6243:
6244: --15995804. Add price_list_header_id
6245: FND_LOG.String
6246: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6247: , 'price_list_header_id :' || p_service_request_rec.price_list_header_id
6248: );
6249:
6250: -- For Notes

Line 6253: FND_LOG.String

6249:
6250: -- For Notes
6251: l_note_index := p_notes.FIRST;
6252: WHILE l_note_index IS NOT NULL LOOP
6253: FND_LOG.String
6254: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6255: , 'note :' ||p_notes(l_note_index).note
6256: );
6257: FND_LOG.String

Line 6254: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6250: -- For Notes
6251: l_note_index := p_notes.FIRST;
6252: WHILE l_note_index IS NOT NULL LOOP
6253: FND_LOG.String
6254: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6255: , 'note :' ||p_notes(l_note_index).note
6256: );
6257: FND_LOG.String
6258: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6257: FND_LOG.String

6253: FND_LOG.String
6254: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6255: , 'note :' ||p_notes(l_note_index).note
6256: );
6257: FND_LOG.String
6258: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6259: , 'note_detail :' ||p_notes(l_note_index).note_detail
6260: );
6261: FND_LOG.String

Line 6258: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6254: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6255: , 'note :' ||p_notes(l_note_index).note
6256: );
6257: FND_LOG.String
6258: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6259: , 'note_detail :' ||p_notes(l_note_index).note_detail
6260: );
6261: FND_LOG.String
6262: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6261: FND_LOG.String

6257: FND_LOG.String
6258: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6259: , 'note_detail :' ||p_notes(l_note_index).note_detail
6260: );
6261: FND_LOG.String
6262: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6263: , 'note_type :' ||p_notes(l_note_index).note_type
6264: );
6265: FND_LOG.String

Line 6262: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6258: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6259: , 'note_detail :' ||p_notes(l_note_index).note_detail
6260: );
6261: FND_LOG.String
6262: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6263: , 'note_type :' ||p_notes(l_note_index).note_type
6264: );
6265: FND_LOG.String
6266: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6265: FND_LOG.String

6261: FND_LOG.String
6262: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6263: , 'note_type :' ||p_notes(l_note_index).note_type
6264: );
6265: FND_LOG.String
6266: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6267: , 'note_context_type_01 :' ||p_notes(l_note_index).note_context_type_01
6268: );
6269: FND_LOG.String

Line 6266: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6262: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6263: , 'note_type :' ||p_notes(l_note_index).note_type
6264: );
6265: FND_LOG.String
6266: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6267: , 'note_context_type_01 :' ||p_notes(l_note_index).note_context_type_01
6268: );
6269: FND_LOG.String
6270: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6269: FND_LOG.String

6265: FND_LOG.String
6266: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6267: , 'note_context_type_01 :' ||p_notes(l_note_index).note_context_type_01
6268: );
6269: FND_LOG.String
6270: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6271: , 'note_context_type_id_01 :' ||p_notes(l_note_index).note_context_type_id_01
6272: );
6273: FND_LOG.String

Line 6270: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6266: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6267: , 'note_context_type_01 :' ||p_notes(l_note_index).note_context_type_01
6268: );
6269: FND_LOG.String
6270: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6271: , 'note_context_type_id_01 :' ||p_notes(l_note_index).note_context_type_id_01
6272: );
6273: FND_LOG.String
6274: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6273: FND_LOG.String

6269: FND_LOG.String
6270: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6271: , 'note_context_type_id_01 :' ||p_notes(l_note_index).note_context_type_id_01
6272: );
6273: FND_LOG.String
6274: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6275: , 'note_context_type_02 :' ||p_notes(l_note_index).note_context_type_02
6276: );
6277: FND_LOG.String

Line 6274: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6270: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6271: , 'note_context_type_id_01 :' ||p_notes(l_note_index).note_context_type_id_01
6272: );
6273: FND_LOG.String
6274: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6275: , 'note_context_type_02 :' ||p_notes(l_note_index).note_context_type_02
6276: );
6277: FND_LOG.String
6278: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6277: FND_LOG.String

6273: FND_LOG.String
6274: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6275: , 'note_context_type_02 :' ||p_notes(l_note_index).note_context_type_02
6276: );
6277: FND_LOG.String
6278: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6279: , 'note_context_type_id_02 :' ||p_notes(l_note_index).note_context_type_id_02
6280: );
6281: FND_LOG.String

Line 6278: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6274: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6275: , 'note_context_type_02 :' ||p_notes(l_note_index).note_context_type_02
6276: );
6277: FND_LOG.String
6278: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6279: , 'note_context_type_id_02 :' ||p_notes(l_note_index).note_context_type_id_02
6280: );
6281: FND_LOG.String
6282: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6281: FND_LOG.String

6277: FND_LOG.String
6278: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6279: , 'note_context_type_id_02 :' ||p_notes(l_note_index).note_context_type_id_02
6280: );
6281: FND_LOG.String
6282: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6283: , 'note_context_type_03 :' ||p_notes(l_note_index).note_context_type_03
6284: );
6285: FND_LOG.String

Line 6282: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6278: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6279: , 'note_context_type_id_02 :' ||p_notes(l_note_index).note_context_type_id_02
6280: );
6281: FND_LOG.String
6282: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6283: , 'note_context_type_03 :' ||p_notes(l_note_index).note_context_type_03
6284: );
6285: FND_LOG.String
6286: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6285: FND_LOG.String

6281: FND_LOG.String
6282: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6283: , 'note_context_type_03 :' ||p_notes(l_note_index).note_context_type_03
6284: );
6285: FND_LOG.String
6286: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6287: , 'note_context_type_id_03 :' ||p_notes(l_note_index).note_context_type_id_03
6288: );
6289:

Line 6286: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6282: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6283: , 'note_context_type_03 :' ||p_notes(l_note_index).note_context_type_03
6284: );
6285: FND_LOG.String
6286: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6287: , 'note_context_type_id_03 :' ||p_notes(l_note_index).note_context_type_id_03
6288: );
6289:
6290: l_note_index := p_notes.NEXT(l_note_index);

Line 6296: FND_LOG.String

6292:
6293: -- For Contacts
6294: l_contact_index := p_contacts.FIRST;
6295: WHILE l_contact_index IS NOT NULL LOOP
6296: FND_LOG.String
6297: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6298: , 'sr_contact_point_id :' || p_contacts(l_contact_index).sr_contact_point_id
6299: );
6300: FND_LOG.String

Line 6297: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6293: -- For Contacts
6294: l_contact_index := p_contacts.FIRST;
6295: WHILE l_contact_index IS NOT NULL LOOP
6296: FND_LOG.String
6297: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6298: , 'sr_contact_point_id :' || p_contacts(l_contact_index).sr_contact_point_id
6299: );
6300: FND_LOG.String
6301: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6300: FND_LOG.String

6296: FND_LOG.String
6297: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6298: , 'sr_contact_point_id :' || p_contacts(l_contact_index).sr_contact_point_id
6299: );
6300: FND_LOG.String
6301: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6302: , 'party_id :' || p_contacts(l_contact_index).party_id
6303: );
6304: FND_LOG.String

Line 6301: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6297: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6298: , 'sr_contact_point_id :' || p_contacts(l_contact_index).sr_contact_point_id
6299: );
6300: FND_LOG.String
6301: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6302: , 'party_id :' || p_contacts(l_contact_index).party_id
6303: );
6304: FND_LOG.String
6305: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6304: FND_LOG.String

6300: FND_LOG.String
6301: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6302: , 'party_id :' || p_contacts(l_contact_index).party_id
6303: );
6304: FND_LOG.String
6305: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6306: , 'contact_point_id :' || p_contacts(l_contact_index).contact_point_id
6307: );
6308: FND_LOG.String

Line 6305: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6301: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6302: , 'party_id :' || p_contacts(l_contact_index).party_id
6303: );
6304: FND_LOG.String
6305: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6306: , 'contact_point_id :' || p_contacts(l_contact_index).contact_point_id
6307: );
6308: FND_LOG.String
6309: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6308: FND_LOG.String

6304: FND_LOG.String
6305: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6306: , 'contact_point_id :' || p_contacts(l_contact_index).contact_point_id
6307: );
6308: FND_LOG.String
6309: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6310: , 'contact_point_type :' || p_contacts(l_contact_index).contact_point_type
6311: );
6312: FND_LOG.String

Line 6309: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6305: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6306: , 'contact_point_id :' || p_contacts(l_contact_index).contact_point_id
6307: );
6308: FND_LOG.String
6309: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6310: , 'contact_point_type :' || p_contacts(l_contact_index).contact_point_type
6311: );
6312: FND_LOG.String
6313: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6312: FND_LOG.String

6308: FND_LOG.String
6309: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6310: , 'contact_point_type :' || p_contacts(l_contact_index).contact_point_type
6311: );
6312: FND_LOG.String
6313: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6314: , 'primary_flag :' || p_contacts(l_contact_index).primary_flag
6315: );
6316: FND_LOG.String

Line 6313: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6309: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6310: , 'contact_point_type :' || p_contacts(l_contact_index).contact_point_type
6311: );
6312: FND_LOG.String
6313: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6314: , 'primary_flag :' || p_contacts(l_contact_index).primary_flag
6315: );
6316: FND_LOG.String
6317: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6316: FND_LOG.String

6312: FND_LOG.String
6313: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6314: , 'primary_flag :' || p_contacts(l_contact_index).primary_flag
6315: );
6316: FND_LOG.String
6317: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6318: , 'contact_type :' || p_contacts(l_contact_index).contact_type
6319: );
6320: FND_LOG.String

Line 6317: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6313: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6314: , 'primary_flag :' || p_contacts(l_contact_index).primary_flag
6315: );
6316: FND_LOG.String
6317: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6318: , 'contact_type :' || p_contacts(l_contact_index).contact_type
6319: );
6320: FND_LOG.String
6321: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6320: FND_LOG.String

6316: FND_LOG.String
6317: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6318: , 'contact_type :' || p_contacts(l_contact_index).contact_type
6319: );
6320: FND_LOG.String
6321: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6322: , 'party_role_code :' || P_contacts(l_contact_index).party_role_code
6323: );
6324: FND_LOG.String

Line 6321: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6317: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6318: , 'contact_type :' || p_contacts(l_contact_index).contact_type
6319: );
6320: FND_LOG.String
6321: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6322: , 'party_role_code :' || P_contacts(l_contact_index).party_role_code
6323: );
6324: FND_LOG.String
6325: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6324: FND_LOG.String

6320: FND_LOG.String
6321: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6322: , 'party_role_code :' || P_contacts(l_contact_index).party_role_code
6323: );
6324: FND_LOG.String
6325: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6326: , 'start_date_active :' || P_contacts(l_contact_index).start_date_active
6327: );
6328: FND_LOG.String

Line 6325: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6321: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6322: , 'party_role_code :' || P_contacts(l_contact_index).party_role_code
6323: );
6324: FND_LOG.String
6325: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6326: , 'start_date_active :' || P_contacts(l_contact_index).start_date_active
6327: );
6328: FND_LOG.String
6329: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6328: FND_LOG.String

6324: FND_LOG.String
6325: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6326: , 'start_date_active :' || P_contacts(l_contact_index).start_date_active
6327: );
6328: FND_LOG.String
6329: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6330: , 'end_date_active :' || P_contacts(l_contact_index).end_date_active
6331: );
6332:

Line 6329: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

6325: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6326: , 'start_date_active :' || P_contacts(l_contact_index).start_date_active
6327: );
6328: FND_LOG.String
6329: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6330: , 'end_date_active :' || P_contacts(l_contact_index).end_date_active
6331: );
6332:
6333: l_contact_index := p_contacts.NEXT(l_contact_index);