DBA Data[Home] [Help]

APPS.CS_SERVICEREQUEST_PUB dependencies on FND_LOG

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

801: IF (x_request_rec.type_id = FND_API.G_MISS_NUM) THEN
802: IF (NVL(x_request_rec.sr_creation_channel,'XXX') = 'WEB') THEN
803: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_TYPE', x_request_rec.type_id);
804:
805: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
806: THEN
807: FND_LOG.String
808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
809: , 'The Value of profile CS_DEFAULT_WEB_INC_TYPE :' || x_request_rec.type_id

Line 807: FND_LOG.String

803: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_TYPE', x_request_rec.type_id);
804:
805: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
806: THEN
807: FND_LOG.String
808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
809: , 'The Value of profile CS_DEFAULT_WEB_INC_TYPE :' || x_request_rec.type_id
810: );
811: END IF;

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

804:
805: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
806: THEN
807: FND_LOG.String
808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
809: , 'The Value of profile CS_DEFAULT_WEB_INC_TYPE :' || x_request_rec.type_id
810: );
811: END IF;
812: ELSE

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

811: END IF;
812: ELSE
813: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_TYPE', x_request_rec.type_id);
814:
815: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
816: THEN
817: FND_LOG.String
818: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
819: , 'The Value of profile INC_DEFAULT_INCIDENT_TYPE :' || x_request_rec.type_id

Line 817: FND_LOG.String

813: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_TYPE', x_request_rec.type_id);
814:
815: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
816: THEN
817: FND_LOG.String
818: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
819: , 'The Value of profile INC_DEFAULT_INCIDENT_TYPE :' || x_request_rec.type_id
820: );
821: END IF;

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

814:
815: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
816: THEN
817: FND_LOG.String
818: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
819: , 'The Value of profile INC_DEFAULT_INCIDENT_TYPE :' || x_request_rec.type_id
820: );
821: END IF;
822: END IF;

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

832: IF (x_request_rec.severity_id = FND_API.G_MISS_NUM) THEN
833: IF (NVL(x_request_rec.sr_creation_channel,'XXX') = 'WEB') THEN
834: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_SEVERITY', x_request_rec.severity_id);
835:
836: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
837: THEN
838: FND_LOG.String
839: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
840: , 'The Value of profile CS_DEFAULT_WEB_INC_SEVERITY :' || x_request_rec.severity_id

Line 838: FND_LOG.String

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

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

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

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

842: END IF;
843: ELSE
844: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_SEVERITY', x_request_rec.severity_id);
845:
846: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
847: THEN
848: FND_LOG.String
849: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
850: , 'The Value of profile CS_DEFAULT_WEB_INC_SEVERITY :' || x_request_rec.severity_id

Line 848: FND_LOG.String

844: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_SEVERITY', x_request_rec.severity_id);
845:
846: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
847: THEN
848: FND_LOG.String
849: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
850: , 'The Value of profile CS_DEFAULT_WEB_INC_SEVERITY :' || x_request_rec.severity_id
851: );
852: END IF;

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

845:
846: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
847: THEN
848: FND_LOG.String
849: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
850: , 'The Value of profile CS_DEFAULT_WEB_INC_SEVERITY :' || x_request_rec.severity_id
851: );
852: END IF;
853: END IF;

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

859: IF (x_request_rec.urgency_id = FND_API.G_MISS_NUM) THEN
860: IF (NVL(x_request_rec.sr_creation_channel,'XXX') = 'WEB') THEN
861: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_URGENCY', x_request_rec.urgency_id);
862:
863: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
864: THEN
865: FND_LOG.String
866: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
867: , 'The Value of profile CS_DEFAULT_WEB_INC_URGENCY :' || x_request_rec.urgency_id

Line 865: FND_LOG.String

861: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_URGENCY', x_request_rec.urgency_id);
862:
863: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
864: THEN
865: FND_LOG.String
866: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
867: , 'The Value of profile CS_DEFAULT_WEB_INC_URGENCY :' || x_request_rec.urgency_id
868: );
869: END IF;

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

862:
863: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
864: THEN
865: FND_LOG.String
866: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
867: , 'The Value of profile CS_DEFAULT_WEB_INC_URGENCY :' || x_request_rec.urgency_id
868: );
869: END IF;
870: ELSE

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

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

Line 875: FND_LOG.String

871: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_URGENCY', x_request_rec.urgency_id);
872:
873: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
874: THEN
875: FND_LOG.String
876: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
877: , 'The Value of profile INC_DEFAULT_INCIDENT_URGENCY :' || x_request_rec.urgency_id
878: );
879: END IF;

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

872:
873: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
874: THEN
875: FND_LOG.String
876: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
877: , 'The Value of profile INC_DEFAULT_INCIDENT_URGENCY :' || x_request_rec.urgency_id
878: );
879: END IF;
880: END IF;

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

883: IF (x_request_rec.owner_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_ASSIGNEE', x_request_rec.owner_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_ASSIGNEE :' || x_request_rec.owner_id

Line 889: FND_LOG.String

885: FND_PROFILE.Get('CS_DEFAULT_WEB_INC_ASSIGNEE', x_request_rec.owner_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_ASSIGNEE :' || x_request_rec.owner_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_ASSIGNEE :' || x_request_rec.owner_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_OWNER', x_request_rec.owner_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_OWNER :' || x_request_rec.owner_id

Line 899: FND_LOG.String

895: FND_PROFILE.Get('INC_DEFAULT_INCIDENT_OWNER', x_request_rec.owner_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_OWNER :' || x_request_rec.owner_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_OWNER :' || x_request_rec.owner_id
902: );
903: END IF;
904: END IF;

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

912: IF (x_request_rec.owner_group_id = FND_API.G_MISS_NUM) THEN
913: IF (NVL(x_request_rec.sr_creation_channel,'XXX') <> 'WEB') THEN
914: FND_PROFILE.Get('CS_SR_DEFAULT_GROUP_OWNER', x_request_rec.owner_group_id);
915:
916: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
917: THEN
918: FND_LOG.String
919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
920: , 'The Value of profile CS_SR_DEFAULT_GROUP_OWNER :' || x_request_rec.owner_group_id

Line 918: FND_LOG.String

914: FND_PROFILE.Get('CS_SR_DEFAULT_GROUP_OWNER', x_request_rec.owner_group_id);
915:
916: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
917: THEN
918: FND_LOG.String
919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
920: , 'The Value of profile CS_SR_DEFAULT_GROUP_OWNER :' || x_request_rec.owner_group_id
921: );
922: END IF;

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

915:
916: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
917: THEN
918: FND_LOG.String
919: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
920: , 'The Value of profile CS_SR_DEFAULT_GROUP_OWNER :' || x_request_rec.owner_group_id
921: );
922: END IF;
923: END IF;

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

929: IF (x_request_rec.owner_group_id is NOT NULL and
930: x_request_rec.owner_group_id <> FND_API.G_MISS_NUM) then
931: x_request_rec.group_type := nvl( FND_PROFILE.value('CS_SR_DEFAULT_GROUP_TYPE'), 'RS_GROUP');
932:
933: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
934: THEN
935: FND_LOG.String
936: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
937: , 'The Value of profile CS_SR_DEFAULT_GROUP_TYPE :' || x_request_rec.group_type

Line 935: FND_LOG.String

931: x_request_rec.group_type := nvl( FND_PROFILE.value('CS_SR_DEFAULT_GROUP_TYPE'), 'RS_GROUP');
932:
933: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
934: THEN
935: FND_LOG.String
936: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
937: , 'The Value of profile CS_SR_DEFAULT_GROUP_TYPE :' || x_request_rec.group_type
938: );
939: END IF;

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

932:
933: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
934: THEN
935: FND_LOG.String
936: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
937: , 'The Value of profile CS_SR_DEFAULT_GROUP_TYPE :' || x_request_rec.group_type
938: );
939: END IF;
940: END IF;

Line 1101: ----------------------- FND Logging -----------------------------------

1097:
1098: -- Initialize API return status to success
1099: x_return_status := FND_API.G_RET_STS_SUCCESS;
1100:
1101: ----------------------- FND Logging -----------------------------------
1102: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1103: THEN
1104: FND_LOG.String
1105: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

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

1098: -- Initialize API return status to success
1099: x_return_status := FND_API.G_RET_STS_SUCCESS;
1100:
1101: ----------------------- FND Logging -----------------------------------
1102: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1103: THEN
1104: FND_LOG.String
1105: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
1106: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'

Line 1104: FND_LOG.String

1100:
1101: ----------------------- FND Logging -----------------------------------
1102: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1103: THEN
1104: FND_LOG.String
1105: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
1106: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
1107: );
1108: FND_LOG.String

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

1101: ----------------------- FND Logging -----------------------------------
1102: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1103: THEN
1104: FND_LOG.String
1105: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
1106: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
1107: );
1108: FND_LOG.String
1109: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1108: FND_LOG.String

1104: FND_LOG.String
1105: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
1106: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
1107: );
1108: FND_LOG.String
1109: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1110: , 'p_api_version:' || p_api_version
1111: );
1112: FND_LOG.String

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

1105: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
1106: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
1107: );
1108: FND_LOG.String
1109: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1110: , 'p_api_version:' || p_api_version
1111: );
1112: FND_LOG.String
1113: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1112: FND_LOG.String

1108: FND_LOG.String
1109: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1110: , 'p_api_version:' || p_api_version
1111: );
1112: FND_LOG.String
1113: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1114: , 'p_init_msg_list:' || p_init_msg_list
1115: );
1116: FND_LOG.String

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

1109: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1110: , 'p_api_version:' || p_api_version
1111: );
1112: FND_LOG.String
1113: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1114: , 'p_init_msg_list:' || p_init_msg_list
1115: );
1116: FND_LOG.String
1117: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1116: FND_LOG.String

1112: FND_LOG.String
1113: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1114: , 'p_init_msg_list:' || p_init_msg_list
1115: );
1116: FND_LOG.String
1117: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1118: , 'p_commit:' || p_commit
1119: );
1120: FND_LOG.String

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

1113: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1114: , 'p_init_msg_list:' || p_init_msg_list
1115: );
1116: FND_LOG.String
1117: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1118: , 'p_commit:' || p_commit
1119: );
1120: FND_LOG.String
1121: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1120: FND_LOG.String

1116: FND_LOG.String
1117: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1118: , 'p_commit:' || p_commit
1119: );
1120: FND_LOG.String
1121: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1122: , 'p_resp_appl_id:' || p_resp_appl_id
1123: );
1124: FND_LOG.String

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

1117: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1118: , 'p_commit:' || p_commit
1119: );
1120: FND_LOG.String
1121: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1122: , 'p_resp_appl_id:' || p_resp_appl_id
1123: );
1124: FND_LOG.String
1125: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1124: FND_LOG.String

1120: FND_LOG.String
1121: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1122: , 'p_resp_appl_id:' || p_resp_appl_id
1123: );
1124: FND_LOG.String
1125: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1126: , 'p_resp_id:' || p_resp_id
1127: );
1128: FND_LOG.String

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

1121: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1122: , 'p_resp_appl_id:' || p_resp_appl_id
1123: );
1124: FND_LOG.String
1125: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1126: , 'p_resp_id:' || p_resp_id
1127: );
1128: FND_LOG.String
1129: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 1128: FND_LOG.String

1124: FND_LOG.String
1125: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1126: , 'p_resp_id:' || p_resp_id
1127: );
1128: FND_LOG.String
1129: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1130: , 'p_user_id:' || p_user_id
1131: );
1132: FND_LOG.String

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

1125: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1126: , 'p_resp_id:' || p_resp_id
1127: );
1128: FND_LOG.String
1129: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1130: , 'p_user_id:' || p_user_id
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 || ''
1130: , 'p_user_id:' || p_user_id
1131: );
1132: FND_LOG.String
1133: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1134: , 'p_login_id:' || p_login_id
1135: );
1136: FND_LOG.String

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

1129: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1130: , 'p_user_id:' || p_user_id
1131: );
1132: FND_LOG.String
1133: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1134: , 'p_login_id:' || p_login_id
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_login_id:' || p_login_id
1135: );
1136: FND_LOG.String
1137: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1138: , 'p_org_id:' || p_org_id
1139: );
1140: FND_LOG.String

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

1133: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1134: , 'p_login_id:' || p_login_id
1135: );
1136: FND_LOG.String
1137: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1138: , 'p_org_id:' || p_org_id
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_org_id:' || p_org_id
1139: );
1140: FND_LOG.String
1141: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1142: , 'p_request_id:' || p_request_id
1143: );
1144: FND_LOG.String

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

1137: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1138: , 'p_org_id:' || p_org_id
1139: );
1140: FND_LOG.String
1141: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1142: , 'p_request_id:' || p_request_id
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_request_id:' || p_request_id
1143: );
1144: FND_LOG.String
1145: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1146: , 'p_request_number:' || p_request_number
1147: );
1148: FND_LOG.String

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

1141: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1142: , 'p_request_id:' || p_request_id
1143: );
1144: FND_LOG.String
1145: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1146: , 'p_request_number:' || p_request_number
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_request_number:' || p_request_number
1147: );
1148: FND_LOG.String
1149: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1150: , 'p_auto_assign:' || p_auto_assign
1151: );
1152: FND_LOG.String

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

1145: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1146: , 'p_request_number:' || p_request_number
1147: );
1148: FND_LOG.String
1149: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1150: , 'p_auto_assign:' || p_auto_assign
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_auto_assign:' || p_auto_assign
1151: );
1152: FND_LOG.String
1153: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1154: , 'p_auto_generate_tasks:' || p_auto_generate_tasks
1155: );
1156: FND_LOG.String

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

1149: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1150: , 'p_auto_assign:' || p_auto_assign
1151: );
1152: FND_LOG.String
1153: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1154: , 'p_auto_generate_tasks:' || p_auto_generate_tasks
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_auto_generate_tasks:' || p_auto_generate_tasks
1155: );
1156: FND_LOG.String
1157: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1158: , 'p_default_contract_sla_ind:' || p_default_contract_sla_ind
1159: );
1160: FND_LOG.String

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

1153: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1154: , 'p_auto_generate_tasks:' || p_auto_generate_tasks
1155: );
1156: FND_LOG.String
1157: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1158: , 'p_default_contract_sla_ind:' || p_default_contract_sla_ind
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_default_contract_sla_ind:' || p_default_contract_sla_ind
1159: );
1160: FND_LOG.String
1161: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1162: , 'p_default_coverage_template_id:' || p_default_coverage_template_id
1163: );
1164:

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

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

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

1389: END IF;
1390:
1391: FND_PROFILE.Get('CS_ID_FLEX_CODE', l_key_flex_code);
1392:
1393: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1394: THEN
1395: FND_LOG.String
1396: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1397: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code

Line 1395: FND_LOG.String

1391: FND_PROFILE.Get('CS_ID_FLEX_CODE', l_key_flex_code);
1392:
1393: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1394: THEN
1395: FND_LOG.String
1396: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1397: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code
1398: );
1399: END IF;

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

1392:
1393: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1394: THEN
1395: FND_LOG.String
1396: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
1397: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code
1398: );
1399: END IF;
1400:

Line 2407: ----------------------- FND Logging -----------------------------------

2403:
2404: -- Initialize API return status to success
2405: x_return_status := FND_API.G_RET_STS_SUCCESS;
2406:
2407: ----------------------- FND Logging -----------------------------------
2408: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2409: THEN
2410: FND_LOG.String
2411: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

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

2404: -- Initialize API return status to success
2405: x_return_status := FND_API.G_RET_STS_SUCCESS;
2406:
2407: ----------------------- FND Logging -----------------------------------
2408: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2409: THEN
2410: FND_LOG.String
2411: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
2412: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'

Line 2410: FND_LOG.String

2406:
2407: ----------------------- FND Logging -----------------------------------
2408: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2409: THEN
2410: FND_LOG.String
2411: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
2412: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
2413: );
2414: FND_LOG.String

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

2407: ----------------------- FND Logging -----------------------------------
2408: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2409: THEN
2410: FND_LOG.String
2411: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
2412: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
2413: );
2414: FND_LOG.String
2415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2414: FND_LOG.String

2410: FND_LOG.String
2411: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
2412: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
2413: );
2414: FND_LOG.String
2415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2416: , 'p_api_version:' || p_api_version
2417: );
2418: FND_LOG.String

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

2411: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
2412: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
2413: );
2414: FND_LOG.String
2415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2416: , 'p_api_version:' || p_api_version
2417: );
2418: FND_LOG.String
2419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2418: FND_LOG.String

2414: FND_LOG.String
2415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2416: , 'p_api_version:' || p_api_version
2417: );
2418: FND_LOG.String
2419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2420: , 'p_init_msg_list:' || p_init_msg_list
2421: );
2422: FND_LOG.String

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

2415: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2416: , 'p_api_version:' || p_api_version
2417: );
2418: FND_LOG.String
2419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2420: , 'p_init_msg_list:' || p_init_msg_list
2421: );
2422: FND_LOG.String
2423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2422: FND_LOG.String

2418: FND_LOG.String
2419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2420: , 'p_init_msg_list:' || p_init_msg_list
2421: );
2422: FND_LOG.String
2423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2424: , 'p_commit:' || p_commit
2425: );
2426: FND_LOG.String

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

2419: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2420: , 'p_init_msg_list:' || p_init_msg_list
2421: );
2422: FND_LOG.String
2423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2424: , 'p_commit:' || p_commit
2425: );
2426: FND_LOG.String
2427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2426: FND_LOG.String

2422: FND_LOG.String
2423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2424: , 'p_commit:' || p_commit
2425: );
2426: FND_LOG.String
2427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2428: , 'p_resp_appl_id:' || p_resp_appl_id
2429: );
2430: FND_LOG.String

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

2423: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2424: , 'p_commit:' || p_commit
2425: );
2426: FND_LOG.String
2427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2428: , 'p_resp_appl_id:' || p_resp_appl_id
2429: );
2430: FND_LOG.String
2431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2430: FND_LOG.String

2426: FND_LOG.String
2427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2428: , 'p_resp_appl_id:' || p_resp_appl_id
2429: );
2430: FND_LOG.String
2431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2432: , 'p_resp_id:' || p_resp_id
2433: );
2434: FND_LOG.String

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

2427: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2428: , 'p_resp_appl_id:' || p_resp_appl_id
2429: );
2430: FND_LOG.String
2431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2432: , 'p_resp_id:' || p_resp_id
2433: );
2434: FND_LOG.String
2435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2434: FND_LOG.String

2430: FND_LOG.String
2431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2432: , 'p_resp_id:' || p_resp_id
2433: );
2434: FND_LOG.String
2435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2436: , 'P_audit_comments:' || P_audit_comments
2437: );
2438: FND_LOG.String

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

2431: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2432: , 'p_resp_id:' || p_resp_id
2433: );
2434: FND_LOG.String
2435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2436: , 'P_audit_comments:' || P_audit_comments
2437: );
2438: FND_LOG.String
2439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2438: FND_LOG.String

2434: FND_LOG.String
2435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2436: , 'P_audit_comments:' || P_audit_comments
2437: );
2438: FND_LOG.String
2439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2440: , 'P_object_version_number:' || P_object_version_number
2441: );
2442: FND_LOG.String

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

2435: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2436: , 'P_audit_comments:' || P_audit_comments
2437: );
2438: FND_LOG.String
2439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2440: , 'P_object_version_number:' || P_object_version_number
2441: );
2442: FND_LOG.String
2443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2442: FND_LOG.String

2438: FND_LOG.String
2439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2440: , 'P_object_version_number:' || P_object_version_number
2441: );
2442: FND_LOG.String
2443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2444: , 'P_Last_updated_by:' || P_Last_updated_by
2445: );
2446: FND_LOG.String

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

2439: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2440: , 'P_object_version_number:' || P_object_version_number
2441: );
2442: FND_LOG.String
2443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2444: , 'P_Last_updated_by:' || P_Last_updated_by
2445: );
2446: FND_LOG.String
2447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2446: FND_LOG.String

2442: FND_LOG.String
2443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2444: , 'P_Last_updated_by:' || P_Last_updated_by
2445: );
2446: FND_LOG.String
2447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2448: , 'P_Last_update_login:' || P_Last_update_login
2449: );
2450: FND_LOG.String

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

2443: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2444: , 'P_Last_updated_by:' || P_Last_updated_by
2445: );
2446: FND_LOG.String
2447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2448: , 'P_Last_update_login:' || P_Last_update_login
2449: );
2450: FND_LOG.String
2451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2450: FND_LOG.String

2446: FND_LOG.String
2447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2448: , 'P_Last_update_login:' || P_Last_update_login
2449: );
2450: FND_LOG.String
2451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2452: , 'P_Last_update_date:' || P_Last_update_date
2453: );
2454: FND_LOG.String

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

2447: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2448: , 'P_Last_update_login:' || P_Last_update_login
2449: );
2450: FND_LOG.String
2451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2452: , 'P_Last_update_date:' || P_Last_update_date
2453: );
2454: FND_LOG.String
2455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2454: FND_LOG.String

2450: FND_LOG.String
2451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2452: , 'P_Last_update_date:' || P_Last_update_date
2453: );
2454: FND_LOG.String
2455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2456: , 'p_request_id:' || p_request_id
2457: );
2458: FND_LOG.String

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

2451: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2452: , 'P_Last_update_date:' || P_Last_update_date
2453: );
2454: FND_LOG.String
2455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2456: , 'p_request_id:' || p_request_id
2457: );
2458: FND_LOG.String
2459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2458: FND_LOG.String

2454: FND_LOG.String
2455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2456: , 'p_request_id:' || p_request_id
2457: );
2458: FND_LOG.String
2459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2460: , 'p_request_number:' || p_request_number
2461: );
2462: FND_LOG.String

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

2455: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2456: , 'p_request_id:' || p_request_id
2457: );
2458: FND_LOG.String
2459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2460: , 'p_request_number:' || p_request_number
2461: );
2462: FND_LOG.String
2463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2462: FND_LOG.String

2458: FND_LOG.String
2459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2460: , 'p_request_number:' || p_request_number
2461: );
2462: FND_LOG.String
2463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2464: , 'p_auto_assign:' || p_auto_assign
2465: );
2466: FND_LOG.String

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

2459: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2460: , 'p_request_number:' || p_request_number
2461: );
2462: FND_LOG.String
2463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2464: , 'p_auto_assign:' || p_auto_assign
2465: );
2466: FND_LOG.String
2467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2466: FND_LOG.String

2462: FND_LOG.String
2463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2464: , 'p_auto_assign:' || p_auto_assign
2465: );
2466: FND_LOG.String
2467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2468: , 'P_Called_by_workflow:' || P_Called_by_workflow
2469: );
2470: FND_LOG.String

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

2463: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2464: , 'p_auto_assign:' || p_auto_assign
2465: );
2466: FND_LOG.String
2467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2468: , 'P_Called_by_workflow:' || P_Called_by_workflow
2469: );
2470: FND_LOG.String
2471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2470: FND_LOG.String

2466: FND_LOG.String
2467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2468: , 'P_Called_by_workflow:' || P_Called_by_workflow
2469: );
2470: FND_LOG.String
2471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2472: , 'P_Workflow_process_id:' || P_Workflow_process_id
2473: );
2474: FND_LOG.String

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

2467: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2468: , 'P_Called_by_workflow:' || P_Called_by_workflow
2469: );
2470: FND_LOG.String
2471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2472: , 'P_Workflow_process_id:' || P_Workflow_process_id
2473: );
2474: FND_LOG.String
2475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2474: FND_LOG.String

2470: FND_LOG.String
2471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2472: , 'P_Workflow_process_id:' || P_Workflow_process_id
2473: );
2474: FND_LOG.String
2475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2476: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
2477: );
2478: FND_LOG.String

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

2471: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2472: , 'P_Workflow_process_id:' || P_Workflow_process_id
2473: );
2474: FND_LOG.String
2475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2476: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
2477: );
2478: FND_LOG.String
2479: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 2478: FND_LOG.String

2474: FND_LOG.String
2475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2476: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
2477: );
2478: FND_LOG.String
2479: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2480: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
2481: );
2482:

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

2475: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2476: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
2477: );
2478: FND_LOG.String
2479: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2480: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
2481: );
2482:
2483: -- --------------------------------------------------------------------------

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

2791: ---l_key_flex_code := FND_PROFILE.Value_Specific('CS_ID_FLEX_CODE', l_user_id, l_resp_id, l_resp_appl_id );
2792:
2793: FND_PROFILE.Get('CS_ID_FLEX_CODE', l_key_flex_code) ;
2794:
2795: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2796: THEN
2797: FND_LOG.String
2798: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2799: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code

Line 2797: FND_LOG.String

2793: FND_PROFILE.Get('CS_ID_FLEX_CODE', l_key_flex_code) ;
2794:
2795: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2796: THEN
2797: FND_LOG.String
2798: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2799: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code
2800: );
2801: END IF;

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

2794:
2795: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
2796: THEN
2797: FND_LOG.String
2798: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
2799: , 'The Value of profile CS_ID_FLEX_CODE :' || l_key_flex_code
2800: );
2801: END IF;
2802:

Line 3390: ----------------------- FND Logging -----------------------------------

3386:
3387: -- Initialize return status to SUCCESS
3388: x_return_status := FND_API.G_RET_STS_SUCCESS;
3389:
3390: ----------------------- FND Logging -----------------------------------
3391: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3392: THEN
3393: FND_LOG.String
3394: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

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

3387: -- Initialize return status to SUCCESS
3388: x_return_status := FND_API.G_RET_STS_SUCCESS;
3389:
3390: ----------------------- FND Logging -----------------------------------
3391: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3392: THEN
3393: FND_LOG.String
3394: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3395: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'

Line 3393: FND_LOG.String

3389:
3390: ----------------------- FND Logging -----------------------------------
3391: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3392: THEN
3393: FND_LOG.String
3394: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3395: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3396: );
3397: FND_LOG.String

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

3390: ----------------------- FND Logging -----------------------------------
3391: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3392: THEN
3393: FND_LOG.String
3394: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3395: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3396: );
3397: FND_LOG.String
3398: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3397: FND_LOG.String

3393: FND_LOG.String
3394: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3395: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3396: );
3397: FND_LOG.String
3398: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3399: , 'p_api_version:' || p_api_version
3400: );
3401: FND_LOG.String

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

3394: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3395: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3396: );
3397: FND_LOG.String
3398: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3399: , 'p_api_version:' || p_api_version
3400: );
3401: FND_LOG.String
3402: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3401: FND_LOG.String

3397: FND_LOG.String
3398: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3399: , 'p_api_version:' || p_api_version
3400: );
3401: FND_LOG.String
3402: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3403: , 'p_init_msg_list:' || p_init_msg_list
3404: );
3405: FND_LOG.String

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

3398: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3399: , 'p_api_version:' || p_api_version
3400: );
3401: FND_LOG.String
3402: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3403: , 'p_init_msg_list:' || p_init_msg_list
3404: );
3405: FND_LOG.String
3406: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3405: FND_LOG.String

3401: FND_LOG.String
3402: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3403: , 'p_init_msg_list:' || p_init_msg_list
3404: );
3405: FND_LOG.String
3406: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3407: , 'p_commit:' || p_commit
3408: );
3409: FND_LOG.String

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

3402: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3403: , 'p_init_msg_list:' || p_init_msg_list
3404: );
3405: FND_LOG.String
3406: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3407: , 'p_commit:' || p_commit
3408: );
3409: FND_LOG.String
3410: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3409: FND_LOG.String

3405: FND_LOG.String
3406: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3407: , 'p_commit:' || p_commit
3408: );
3409: FND_LOG.String
3410: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3411: , 'p_resp_appl_id:' || p_resp_appl_id
3412: );
3413: FND_LOG.String

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

3406: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3407: , 'p_commit:' || p_commit
3408: );
3409: FND_LOG.String
3410: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3411: , 'p_resp_appl_id:' || p_resp_appl_id
3412: );
3413: FND_LOG.String
3414: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3413: FND_LOG.String

3409: FND_LOG.String
3410: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3411: , 'p_resp_appl_id:' || p_resp_appl_id
3412: );
3413: FND_LOG.String
3414: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3415: , 'p_resp_id:' || p_resp_id
3416: );
3417: FND_LOG.String

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

3410: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3411: , 'p_resp_appl_id:' || p_resp_appl_id
3412: );
3413: FND_LOG.String
3414: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3415: , 'p_resp_id:' || p_resp_id
3416: );
3417: FND_LOG.String
3418: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3417: FND_LOG.String

3413: FND_LOG.String
3414: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3415: , 'p_resp_id:' || p_resp_id
3416: );
3417: FND_LOG.String
3418: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3419: , 'P_audit_comments:' || P_audit_comments
3420: );
3421: FND_LOG.String

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

3414: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3415: , 'p_resp_id:' || p_resp_id
3416: );
3417: FND_LOG.String
3418: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3419: , 'P_audit_comments:' || P_audit_comments
3420: );
3421: FND_LOG.String
3422: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3421: FND_LOG.String

3417: FND_LOG.String
3418: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3419: , 'P_audit_comments:' || P_audit_comments
3420: );
3421: FND_LOG.String
3422: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3423: , 'P_object_version_number:' || P_object_version_number
3424: );
3425: FND_LOG.String

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

3418: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3419: , 'P_audit_comments:' || P_audit_comments
3420: );
3421: FND_LOG.String
3422: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3423: , 'P_object_version_number:' || P_object_version_number
3424: );
3425: FND_LOG.String
3426: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3425: FND_LOG.String

3421: FND_LOG.String
3422: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3423: , 'P_object_version_number:' || P_object_version_number
3424: );
3425: FND_LOG.String
3426: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3427: , 'P_user_id:' || P_user_id
3428: );
3429: FND_LOG.String

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

3422: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3423: , 'P_object_version_number:' || P_object_version_number
3424: );
3425: FND_LOG.String
3426: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3427: , 'P_user_id:' || P_user_id
3428: );
3429: FND_LOG.String
3430: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3429: FND_LOG.String

3425: FND_LOG.String
3426: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3427: , 'P_user_id:' || P_user_id
3428: );
3429: FND_LOG.String
3430: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3431: , 'P_login_id:' || P_login_id
3432: );
3433: FND_LOG.String

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

3426: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3427: , 'P_user_id:' || P_user_id
3428: );
3429: FND_LOG.String
3430: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3431: , 'P_login_id:' || P_login_id
3432: );
3433: FND_LOG.String
3434: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3433: FND_LOG.String

3429: FND_LOG.String
3430: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3431: , 'P_login_id:' || P_login_id
3432: );
3433: FND_LOG.String
3434: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3435: , 'P_status_id:' || P_status_id
3436: );
3437: FND_LOG.String

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

3430: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3431: , 'P_login_id:' || P_login_id
3432: );
3433: FND_LOG.String
3434: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3435: , 'P_status_id:' || P_status_id
3436: );
3437: FND_LOG.String
3438: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3437: FND_LOG.String

3433: FND_LOG.String
3434: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3435: , 'P_status_id:' || P_status_id
3436: );
3437: FND_LOG.String
3438: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3439: , 'P_status:' || P_status
3440: );
3441: FND_LOG.String

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

3434: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3435: , 'P_status_id:' || P_status_id
3436: );
3437: FND_LOG.String
3438: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3439: , 'P_status:' || P_status
3440: );
3441: FND_LOG.String
3442: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3441: FND_LOG.String

3437: FND_LOG.String
3438: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3439: , 'P_status:' || P_status
3440: );
3441: FND_LOG.String
3442: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3443: , 'P_Closed_date:' || P_Closed_date
3444: );
3445: FND_LOG.String

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

3438: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3439: , 'P_status:' || P_status
3440: );
3441: FND_LOG.String
3442: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3443: , 'P_Closed_date:' || P_Closed_date
3444: );
3445: FND_LOG.String
3446: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3445: FND_LOG.String

3441: FND_LOG.String
3442: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3443: , 'P_Closed_date:' || P_Closed_date
3444: );
3445: FND_LOG.String
3446: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3447: , 'p_request_id:' || p_request_id
3448: );
3449: FND_LOG.String

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

3442: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3443: , 'P_Closed_date:' || P_Closed_date
3444: );
3445: FND_LOG.String
3446: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3447: , 'p_request_id:' || p_request_id
3448: );
3449: FND_LOG.String
3450: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3449: FND_LOG.String

3445: FND_LOG.String
3446: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3447: , 'p_request_id:' || p_request_id
3448: );
3449: FND_LOG.String
3450: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3451: , 'p_request_number:' || p_request_number
3452: );
3453: FND_LOG.String

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

3446: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3447: , 'p_request_id:' || p_request_id
3448: );
3449: FND_LOG.String
3450: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3451: , 'p_request_number:' || p_request_number
3452: );
3453: FND_LOG.String
3454: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3453: FND_LOG.String

3449: FND_LOG.String
3450: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3451: , 'p_request_number:' || p_request_number
3452: );
3453: FND_LOG.String
3454: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3455: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3456: );
3457: FND_LOG.String

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

3450: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3451: , 'p_request_number:' || p_request_number
3452: );
3453: FND_LOG.String
3454: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3455: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3456: );
3457: FND_LOG.String
3458: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3457: FND_LOG.String

3453: FND_LOG.String
3454: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3455: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3456: );
3457: FND_LOG.String
3458: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3459: , 'P_Called_by_workflow:' || P_Called_by_workflow
3460: );
3461: FND_LOG.String

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

3454: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3455: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3456: );
3457: FND_LOG.String
3458: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3459: , 'P_Called_by_workflow:' || P_Called_by_workflow
3460: );
3461: FND_LOG.String
3462: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3461: FND_LOG.String

3457: FND_LOG.String
3458: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3459: , 'P_Called_by_workflow:' || P_Called_by_workflow
3460: );
3461: FND_LOG.String
3462: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3463: , 'P_Workflow_process_id:' || P_Workflow_process_id
3464: );
3465: FND_LOG.String

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

3458: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3459: , 'P_Called_by_workflow:' || P_Called_by_workflow
3460: );
3461: FND_LOG.String
3462: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3463: , 'P_Workflow_process_id:' || P_Workflow_process_id
3464: );
3465: FND_LOG.String
3466: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3465: FND_LOG.String

3461: FND_LOG.String
3462: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3463: , 'P_Workflow_process_id:' || P_Workflow_process_id
3464: );
3465: FND_LOG.String
3466: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3467: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
3468: );
3469: FND_LOG.String

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

3462: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3463: , 'P_Workflow_process_id:' || P_Workflow_process_id
3464: );
3465: FND_LOG.String
3466: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3467: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
3468: );
3469: FND_LOG.String
3470: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3469: FND_LOG.String

3465: FND_LOG.String
3466: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3467: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
3468: );
3469: FND_LOG.String
3470: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3471: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
3472: );
3473:

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

3466: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3467: , 'P_Validate_SR_Closure:' || P_Validate_SR_Closure
3468: );
3469: FND_LOG.String
3470: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3471: , 'P_Auto_Close_Child_Entities:' || P_Auto_Close_Child_Entities
3472: );
3473:
3474: END IF;

Line 3748: ----------------------- FND Logging -----------------------------------

3744:
3745: -- Initialize return status to SUCCESS
3746: x_return_status := FND_API.G_RET_STS_SUCCESS;
3747:
3748: ----------------------- FND Logging -----------------------------------
3749: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3750: THEN
3751: FND_LOG.String
3752: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'

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

3745: -- Initialize return status to SUCCESS
3746: x_return_status := FND_API.G_RET_STS_SUCCESS;
3747:
3748: ----------------------- FND Logging -----------------------------------
3749: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3750: THEN
3751: FND_LOG.String
3752: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3753: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'

Line 3751: FND_LOG.String

3747:
3748: ----------------------- FND Logging -----------------------------------
3749: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3750: THEN
3751: FND_LOG.String
3752: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3753: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3754: );
3755: FND_LOG.String

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

3748: ----------------------- FND Logging -----------------------------------
3749: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
3750: THEN
3751: FND_LOG.String
3752: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3753: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3754: );
3755: FND_LOG.String
3756: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3755: FND_LOG.String

3751: FND_LOG.String
3752: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3753: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3754: );
3755: FND_LOG.String
3756: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3757: , 'p_api_version:' || p_api_version
3758: );
3759: FND_LOG.String

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

3752: ( FND_LOG.level_procedure , L_LOG_MODULE || 'start'
3753: , 'Inside ' || L_API_NAME_FULL || ', called with parameters below:'
3754: );
3755: FND_LOG.String
3756: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3757: , 'p_api_version:' || p_api_version
3758: );
3759: FND_LOG.String
3760: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3759: FND_LOG.String

3755: FND_LOG.String
3756: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3757: , 'p_api_version:' || p_api_version
3758: );
3759: FND_LOG.String
3760: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3761: , 'p_init_msg_list:' || p_init_msg_list
3762: );
3763: FND_LOG.String

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

3756: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3757: , 'p_api_version:' || p_api_version
3758: );
3759: FND_LOG.String
3760: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3761: , 'p_init_msg_list:' || p_init_msg_list
3762: );
3763: FND_LOG.String
3764: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3763: FND_LOG.String

3759: FND_LOG.String
3760: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3761: , 'p_init_msg_list:' || p_init_msg_list
3762: );
3763: FND_LOG.String
3764: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3765: , 'p_commit:' || p_commit
3766: );
3767: FND_LOG.String

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

3760: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3761: , 'p_init_msg_list:' || p_init_msg_list
3762: );
3763: FND_LOG.String
3764: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3765: , 'p_commit:' || p_commit
3766: );
3767: FND_LOG.String
3768: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3767: FND_LOG.String

3763: FND_LOG.String
3764: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3765: , 'p_commit:' || p_commit
3766: );
3767: FND_LOG.String
3768: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3769: , 'p_resp_appl_id:' || p_resp_appl_id
3770: );
3771: FND_LOG.String

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

3764: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3765: , 'p_commit:' || p_commit
3766: );
3767: FND_LOG.String
3768: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3769: , 'p_resp_appl_id:' || p_resp_appl_id
3770: );
3771: FND_LOG.String
3772: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3771: FND_LOG.String

3767: FND_LOG.String
3768: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3769: , 'p_resp_appl_id:' || p_resp_appl_id
3770: );
3771: FND_LOG.String
3772: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3773: , 'p_resp_id:' || p_resp_id
3774: );
3775: FND_LOG.String

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

3768: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3769: , 'p_resp_appl_id:' || p_resp_appl_id
3770: );
3771: FND_LOG.String
3772: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3773: , 'p_resp_id:' || p_resp_id
3774: );
3775: FND_LOG.String
3776: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3775: FND_LOG.String

3771: FND_LOG.String
3772: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3773: , 'p_resp_id:' || p_resp_id
3774: );
3775: FND_LOG.String
3776: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3777: , 'P_audit_comments:' || P_audit_comments
3778: );
3779: FND_LOG.String

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

3772: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3773: , 'p_resp_id:' || p_resp_id
3774: );
3775: FND_LOG.String
3776: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3777: , 'P_audit_comments:' || P_audit_comments
3778: );
3779: FND_LOG.String
3780: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3779: FND_LOG.String

3775: FND_LOG.String
3776: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3777: , 'P_audit_comments:' || P_audit_comments
3778: );
3779: FND_LOG.String
3780: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3781: , 'P_object_version_number:' || P_object_version_number
3782: );
3783: FND_LOG.String

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

3776: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3777: , 'P_audit_comments:' || P_audit_comments
3778: );
3779: FND_LOG.String
3780: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3781: , 'P_object_version_number:' || P_object_version_number
3782: );
3783: FND_LOG.String
3784: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3783: FND_LOG.String

3779: FND_LOG.String
3780: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3781: , 'P_object_version_number:' || P_object_version_number
3782: );
3783: FND_LOG.String
3784: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3785: , 'P_user_id:' || P_user_id
3786: );
3787: FND_LOG.String

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

3780: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3781: , 'P_object_version_number:' || P_object_version_number
3782: );
3783: FND_LOG.String
3784: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3785: , 'P_user_id:' || P_user_id
3786: );
3787: FND_LOG.String
3788: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3787: FND_LOG.String

3783: FND_LOG.String
3784: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3785: , 'P_user_id:' || P_user_id
3786: );
3787: FND_LOG.String
3788: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3789: , 'P_login_id:' || P_login_id
3790: );
3791: FND_LOG.String

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

3784: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3785: , 'P_user_id:' || P_user_id
3786: );
3787: FND_LOG.String
3788: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3789: , 'P_login_id:' || P_login_id
3790: );
3791: FND_LOG.String
3792: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3791: FND_LOG.String

3787: FND_LOG.String
3788: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3789: , 'P_login_id:' || P_login_id
3790: );
3791: FND_LOG.String
3792: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3793: , 'P_owner_id:' || P_owner_id
3794: );
3795: FND_LOG.String

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

3788: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3789: , 'P_login_id:' || P_login_id
3790: );
3791: FND_LOG.String
3792: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3793: , 'P_owner_id:' || P_owner_id
3794: );
3795: FND_LOG.String
3796: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3795: FND_LOG.String

3791: FND_LOG.String
3792: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3793: , 'P_owner_id:' || P_owner_id
3794: );
3795: FND_LOG.String
3796: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3797: , 'P_owner_group_id:' || P_owner_group_id
3798: );
3799: FND_LOG.String

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

3792: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3793: , 'P_owner_id:' || P_owner_id
3794: );
3795: FND_LOG.String
3796: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3797: , 'P_owner_group_id:' || P_owner_group_id
3798: );
3799: FND_LOG.String
3800: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3799: FND_LOG.String

3795: FND_LOG.String
3796: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3797: , 'P_owner_group_id:' || P_owner_group_id
3798: );
3799: FND_LOG.String
3800: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3801: , 'P_Resource_Type:' || P_Resource_Type
3802: );
3803: FND_LOG.String

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

3796: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3797: , 'P_owner_group_id:' || P_owner_group_id
3798: );
3799: FND_LOG.String
3800: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3801: , 'P_Resource_Type:' || P_Resource_Type
3802: );
3803: FND_LOG.String
3804: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3803: FND_LOG.String

3799: FND_LOG.String
3800: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3801: , 'P_Resource_Type:' || P_Resource_Type
3802: );
3803: FND_LOG.String
3804: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3805: , 'p_request_id:' || p_request_id
3806: );
3807: FND_LOG.String

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

3800: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3801: , 'P_Resource_Type:' || P_Resource_Type
3802: );
3803: FND_LOG.String
3804: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3805: , 'p_request_id:' || p_request_id
3806: );
3807: FND_LOG.String
3808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3807: FND_LOG.String

3803: FND_LOG.String
3804: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3805: , 'p_request_id:' || p_request_id
3806: );
3807: FND_LOG.String
3808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3809: , 'p_request_number:' || p_request_number
3810: );
3811: FND_LOG.String

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

3804: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3805: , 'p_request_id:' || p_request_id
3806: );
3807: FND_LOG.String
3808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3809: , 'p_request_number:' || p_request_number
3810: );
3811: FND_LOG.String
3812: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3811: FND_LOG.String

3807: FND_LOG.String
3808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3809: , 'p_request_number:' || p_request_number
3810: );
3811: FND_LOG.String
3812: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3813: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3814: );
3815: FND_LOG.String

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

3808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3809: , 'p_request_number:' || p_request_number
3810: );
3811: FND_LOG.String
3812: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3813: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3814: );
3815: FND_LOG.String
3816: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3815: FND_LOG.String

3811: FND_LOG.String
3812: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3813: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3814: );
3815: FND_LOG.String
3816: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3817: , 'P_Called_by_workflow:' || P_Called_by_workflow
3818: );
3819: FND_LOG.String

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

3812: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3813: , 'P_Public_Comment_Flag:' || P_Public_Comment_Flag
3814: );
3815: FND_LOG.String
3816: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3817: , 'P_Called_by_workflow:' || P_Called_by_workflow
3818: );
3819: FND_LOG.String
3820: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3819: FND_LOG.String

3815: FND_LOG.String
3816: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3817: , 'P_Called_by_workflow:' || P_Called_by_workflow
3818: );
3819: FND_LOG.String
3820: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3821: , 'P_Workflow_process_id:' || P_Workflow_process_id
3822: );
3823: FND_LOG.String

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

3816: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3817: , 'P_Called_by_workflow:' || P_Called_by_workflow
3818: );
3819: FND_LOG.String
3820: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3821: , 'P_Workflow_process_id:' || P_Workflow_process_id
3822: );
3823: FND_LOG.String
3824: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3823: FND_LOG.String

3819: FND_LOG.String
3820: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3821: , 'P_Workflow_process_id:' || P_Workflow_process_id
3822: );
3823: FND_LOG.String
3824: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3825: , 'P_audit_comments:' || P_audit_comments
3826: );
3827: FND_LOG.String

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

3820: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3821: , 'P_Workflow_process_id:' || P_Workflow_process_id
3822: );
3823: FND_LOG.String
3824: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3825: , 'P_audit_comments:' || P_audit_comments
3826: );
3827: FND_LOG.String
3828: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 3827: FND_LOG.String

3823: FND_LOG.String
3824: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3825: , 'P_audit_comments:' || P_audit_comments
3826: );
3827: FND_LOG.String
3828: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3829: , 'P_Comments:' || P_Comments
3830: );
3831:

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

3824: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3825: , 'P_audit_comments:' || P_audit_comments
3826: );
3827: FND_LOG.String
3828: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
3829: , 'P_Comments:' || P_Comments
3830: );
3831:
3832: END IF;

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

4014: IF ((p_resp_appl_id IS NULL) AND (FND_GLOBAL.RESP_APPL_ID <> -1)) THEN
4015: -- ID is not passed in, return the default.
4016: p_resp_appl_id := FND_GLOBAL.RESP_APPL_ID;
4017:
4018: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4019: THEN
4020: FND_LOG.String
4021: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4022: , 'The Value of profile FND_GLOBAL.RESP_APPL_ID :' || p_resp_appl_id

Line 4020: FND_LOG.String

4016: p_resp_appl_id := FND_GLOBAL.RESP_APPL_ID;
4017:
4018: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4019: THEN
4020: FND_LOG.String
4021: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4022: , 'The Value of profile FND_GLOBAL.RESP_APPL_ID :' || p_resp_appl_id
4023: );
4024: END IF;

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

4017:
4018: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4019: THEN
4020: FND_LOG.String
4021: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4022: , 'The Value of profile FND_GLOBAL.RESP_APPL_ID :' || p_resp_appl_id
4023: );
4024: END IF;
4025: END IF;

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

4026:
4027: IF ((p_resp_id IS NULL) AND (FND_GLOBAL.RESP_ID <> -1)) THEN
4028: p_resp_id := FND_GLOBAL.RESP_ID;
4029:
4030: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4031: THEN
4032: FND_LOG.String
4033: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4034: , 'The Value of profile FND_GLOBAL.RESP_ID :' || p_resp_id

Line 4032: FND_LOG.String

4028: p_resp_id := FND_GLOBAL.RESP_ID;
4029:
4030: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4031: THEN
4032: FND_LOG.String
4033: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4034: , 'The Value of profile FND_GLOBAL.RESP_ID :' || p_resp_id
4035: );
4036: END IF;

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

4029:
4030: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4031: THEN
4032: FND_LOG.String
4033: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4034: , 'The Value of profile FND_GLOBAL.RESP_ID :' || p_resp_id
4035: );
4036: END IF;
4037: END IF;

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

4038:
4039: IF (p_user_id IS NULL) THEN
4040: p_user_id := FND_GLOBAL.USER_ID;
4041:
4042: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4043: THEN
4044: FND_LOG.String
4045: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4046: , 'The Value of profile FND_GLOBAL.USER_ID :' || p_user_id

Line 4044: FND_LOG.String

4040: p_user_id := FND_GLOBAL.USER_ID;
4041:
4042: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4043: THEN
4044: FND_LOG.String
4045: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4046: , 'The Value of profile FND_GLOBAL.USER_ID :' || p_user_id
4047: );
4048: END IF;

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

4041:
4042: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4043: THEN
4044: FND_LOG.String
4045: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4046: , 'The Value of profile FND_GLOBAL.USER_ID :' || p_user_id
4047: );
4048: END IF;
4049: END IF;

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

4051: IF ((p_login_id = FND_API.G_MISS_NUM) AND
4052: (FND_GLOBAL.LOGIN_ID NOT IN (-1,0))) THEN
4053: p_login_id := FND_GLOBAL.LOGIN_ID;
4054:
4055: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4056: THEN
4057: FND_LOG.String
4058: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4059: , 'The Value of profile FND_GLOBAL.LOGIN_ID :' || p_login_id

Line 4057: FND_LOG.String

4053: p_login_id := FND_GLOBAL.LOGIN_ID;
4054:
4055: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4056: THEN
4057: FND_LOG.String
4058: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4059: , 'The Value of profile FND_GLOBAL.LOGIN_ID :' || p_login_id
4060: );
4061: END IF;

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

4054:
4055: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
4056: THEN
4057: FND_LOG.String
4058: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
4059: , 'The Value of profile FND_GLOBAL.LOGIN_ID :' || p_login_id
4060: );
4061: END IF;
4062: ELSE

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

5228: l_note_index BINARY_INTEGER;
5229: l_contact_index BINARY_INTEGER;
5230: BEGIN
5231:
5232: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
5233: THEN
5234: --- service_request_rec_type parameters --
5235: FND_LOG.String
5236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5235: FND_LOG.String

5231:
5232: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
5233: THEN
5234: --- service_request_rec_type parameters --
5235: FND_LOG.String
5236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5237: , 'request_date :' || p_service_request_rec.request_date
5238: );
5239: FND_LOG.String

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

5232: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
5233: THEN
5234: --- service_request_rec_type parameters --
5235: FND_LOG.String
5236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5237: , 'request_date :' || p_service_request_rec.request_date
5238: );
5239: FND_LOG.String
5240: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5239: FND_LOG.String

5235: FND_LOG.String
5236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5237: , 'request_date :' || p_service_request_rec.request_date
5238: );
5239: FND_LOG.String
5240: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5241: , 'type_id :' || p_service_request_rec.type_id
5242: );
5243: FND_LOG.String

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

5236: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5237: , 'request_date :' || p_service_request_rec.request_date
5238: );
5239: FND_LOG.String
5240: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5241: , 'type_id :' || p_service_request_rec.type_id
5242: );
5243: FND_LOG.String
5244: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5243: FND_LOG.String

5239: FND_LOG.String
5240: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5241: , 'type_id :' || p_service_request_rec.type_id
5242: );
5243: FND_LOG.String
5244: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5245: , 'type_name :' || p_service_request_rec.type_name
5246: );
5247: FND_LOG.String

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

5240: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5241: , 'type_id :' || p_service_request_rec.type_id
5242: );
5243: FND_LOG.String
5244: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5245: , 'type_name :' || p_service_request_rec.type_name
5246: );
5247: FND_LOG.String
5248: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5247: FND_LOG.String

5243: FND_LOG.String
5244: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5245: , 'type_name :' || p_service_request_rec.type_name
5246: );
5247: FND_LOG.String
5248: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5249: , 'status_id :' || p_service_request_rec.status_id
5250: );
5251: FND_LOG.String

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

5244: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5245: , 'type_name :' || p_service_request_rec.type_name
5246: );
5247: FND_LOG.String
5248: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5249: , 'status_id :' || p_service_request_rec.status_id
5250: );
5251: FND_LOG.String
5252: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5251: FND_LOG.String

5247: FND_LOG.String
5248: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5249: , 'status_id :' || p_service_request_rec.status_id
5250: );
5251: FND_LOG.String
5252: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5253: , 'status_name :' || p_service_request_rec.status_name
5254: );
5255: FND_LOG.String

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

5248: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5249: , 'status_id :' || p_service_request_rec.status_id
5250: );
5251: FND_LOG.String
5252: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5253: , 'status_name :' || p_service_request_rec.status_name
5254: );
5255: FND_LOG.String
5256: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5255: FND_LOG.String

5251: FND_LOG.String
5252: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5253: , 'status_name :' || p_service_request_rec.status_name
5254: );
5255: FND_LOG.String
5256: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5257: , 'severity_id :' || p_service_request_rec.severity_id
5258: );
5259: FND_LOG.String

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

5252: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5253: , 'status_name :' || p_service_request_rec.status_name
5254: );
5255: FND_LOG.String
5256: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5257: , 'severity_id :' || p_service_request_rec.severity_id
5258: );
5259: FND_LOG.String
5260: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5259: FND_LOG.String

5255: FND_LOG.String
5256: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5257: , 'severity_id :' || p_service_request_rec.severity_id
5258: );
5259: FND_LOG.String
5260: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5261: , 'severity_name :' || p_service_request_rec.severity_name
5262: );
5263: FND_LOG.String

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

5256: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5257: , 'severity_id :' || p_service_request_rec.severity_id
5258: );
5259: FND_LOG.String
5260: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5261: , 'severity_name :' || p_service_request_rec.severity_name
5262: );
5263: FND_LOG.String
5264: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5263: FND_LOG.String

5259: FND_LOG.String
5260: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5261: , 'severity_name :' || p_service_request_rec.severity_name
5262: );
5263: FND_LOG.String
5264: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5265: , 'urgency_id :' || p_service_request_rec.urgency_id
5266: );
5267: FND_LOG.String

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

5260: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5261: , 'severity_name :' || p_service_request_rec.severity_name
5262: );
5263: FND_LOG.String
5264: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5265: , 'urgency_id :' || p_service_request_rec.urgency_id
5266: );
5267: FND_LOG.String
5268: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5267: FND_LOG.String

5263: FND_LOG.String
5264: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5265: , 'urgency_id :' || p_service_request_rec.urgency_id
5266: );
5267: FND_LOG.String
5268: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5269: , 'urgency_name :' || p_service_request_rec.urgency_name
5270: );
5271: FND_LOG.String

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

5264: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5265: , 'urgency_id :' || p_service_request_rec.urgency_id
5266: );
5267: FND_LOG.String
5268: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5269: , 'urgency_name :' || p_service_request_rec.urgency_name
5270: );
5271: FND_LOG.String
5272: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5271: FND_LOG.String

5267: FND_LOG.String
5268: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5269: , 'urgency_name :' || p_service_request_rec.urgency_name
5270: );
5271: FND_LOG.String
5272: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5273: , 'closed_date :' || p_service_request_rec.closed_date
5274: );
5275: FND_LOG.String

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

5268: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5269: , 'urgency_name :' || p_service_request_rec.urgency_name
5270: );
5271: FND_LOG.String
5272: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5273: , 'closed_date :' || p_service_request_rec.closed_date
5274: );
5275: FND_LOG.String
5276: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5275: FND_LOG.String

5271: FND_LOG.String
5272: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5273: , 'closed_date :' || p_service_request_rec.closed_date
5274: );
5275: FND_LOG.String
5276: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5277: , 'owner_id :' || p_service_request_rec.owner_id
5278: );
5279: FND_LOG.String

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

5272: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5273: , 'closed_date :' || p_service_request_rec.closed_date
5274: );
5275: FND_LOG.String
5276: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5277: , 'owner_id :' || p_service_request_rec.owner_id
5278: );
5279: FND_LOG.String
5280: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5279: FND_LOG.String

5275: FND_LOG.String
5276: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5277: , 'owner_id :' || p_service_request_rec.owner_id
5278: );
5279: FND_LOG.String
5280: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5281: , 'owner_group_id :' || p_service_request_rec.owner_group_id
5282: );
5283: FND_LOG.String

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

5276: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5277: , 'owner_id :' || p_service_request_rec.owner_id
5278: );
5279: FND_LOG.String
5280: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5281: , 'owner_group_id :' || p_service_request_rec.owner_group_id
5282: );
5283: FND_LOG.String
5284: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5283: FND_LOG.String

5279: FND_LOG.String
5280: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5281: , 'owner_group_id :' || p_service_request_rec.owner_group_id
5282: );
5283: FND_LOG.String
5284: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5285: , 'publish_flag :' || p_service_request_rec.publish_flag
5286: );
5287: FND_LOG.String

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

5280: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5281: , 'owner_group_id :' || p_service_request_rec.owner_group_id
5282: );
5283: FND_LOG.String
5284: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5285: , 'publish_flag :' || p_service_request_rec.publish_flag
5286: );
5287: FND_LOG.String
5288: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5287: FND_LOG.String

5283: FND_LOG.String
5284: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5285: , 'publish_flag :' || p_service_request_rec.publish_flag
5286: );
5287: FND_LOG.String
5288: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5289: , 'summary :' || p_service_request_rec.summary
5290: );
5291: FND_LOG.String

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

5284: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5285: , 'publish_flag :' || p_service_request_rec.publish_flag
5286: );
5287: FND_LOG.String
5288: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5289: , 'summary :' || p_service_request_rec.summary
5290: );
5291: FND_LOG.String
5292: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5291: FND_LOG.String

5287: FND_LOG.String
5288: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5289: , 'summary :' || p_service_request_rec.summary
5290: );
5291: FND_LOG.String
5292: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5293: , 'caller_type :' || p_service_request_rec.caller_type
5294: );
5295: FND_LOG.String

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

5288: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5289: , 'summary :' || p_service_request_rec.summary
5290: );
5291: FND_LOG.String
5292: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5293: , 'caller_type :' || p_service_request_rec.caller_type
5294: );
5295: FND_LOG.String
5296: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5295: FND_LOG.String

5291: FND_LOG.String
5292: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5293: , 'caller_type :' || p_service_request_rec.caller_type
5294: );
5295: FND_LOG.String
5296: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5297: , 'customer_id :' || p_service_request_rec.customer_id
5298: );
5299: FND_LOG.String

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

5292: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5293: , 'caller_type :' || p_service_request_rec.caller_type
5294: );
5295: FND_LOG.String
5296: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5297: , 'customer_id :' || p_service_request_rec.customer_id
5298: );
5299: FND_LOG.String
5300: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5299: FND_LOG.String

5295: FND_LOG.String
5296: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5297: , 'customer_id :' || p_service_request_rec.customer_id
5298: );
5299: FND_LOG.String
5300: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5301: , 'customer_number :' || p_service_request_rec.customer_number
5302: );
5303: FND_LOG.String

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

5296: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5297: , 'customer_id :' || p_service_request_rec.customer_id
5298: );
5299: FND_LOG.String
5300: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5301: , 'customer_number :' || p_service_request_rec.customer_number
5302: );
5303: FND_LOG.String
5304: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5303: FND_LOG.String

5299: FND_LOG.String
5300: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5301: , 'customer_number :' || p_service_request_rec.customer_number
5302: );
5303: FND_LOG.String
5304: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5305: , 'employee_id :' || p_service_request_rec.employee_id
5306: );
5307: FND_LOG.String

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

5300: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5301: , 'customer_number :' || p_service_request_rec.customer_number
5302: );
5303: FND_LOG.String
5304: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5305: , 'employee_id :' || p_service_request_rec.employee_id
5306: );
5307: FND_LOG.String
5308: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5307: FND_LOG.String

5303: FND_LOG.String
5304: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5305: , 'employee_id :' || p_service_request_rec.employee_id
5306: );
5307: FND_LOG.String
5308: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5309: , 'employee_number :' || p_service_request_rec.employee_number
5310: );
5311: FND_LOG.String

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

5304: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5305: , 'employee_id :' || p_service_request_rec.employee_id
5306: );
5307: FND_LOG.String
5308: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5309: , 'employee_number :' || p_service_request_rec.employee_number
5310: );
5311: FND_LOG.String
5312: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5311: FND_LOG.String

5307: FND_LOG.String
5308: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5309: , 'employee_number :' || p_service_request_rec.employee_number
5310: );
5311: FND_LOG.String
5312: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5313: , 'verify_cp_flag :' || p_service_request_rec.verify_cp_flag
5314: );
5315: FND_LOG.String

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

5308: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5309: , 'employee_number :' || p_service_request_rec.employee_number
5310: );
5311: FND_LOG.String
5312: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5313: , 'verify_cp_flag :' || p_service_request_rec.verify_cp_flag
5314: );
5315: FND_LOG.String
5316: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5315: FND_LOG.String

5311: FND_LOG.String
5312: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5313: , 'verify_cp_flag :' || p_service_request_rec.verify_cp_flag
5314: );
5315: FND_LOG.String
5316: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5317: , 'customer_product_id :' || p_service_request_rec.customer_product_id
5318: );
5319: FND_LOG.String

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

5312: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5313: , 'verify_cp_flag :' || p_service_request_rec.verify_cp_flag
5314: );
5315: FND_LOG.String
5316: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5317: , 'customer_product_id :' || p_service_request_rec.customer_product_id
5318: );
5319: FND_LOG.String
5320: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5319: FND_LOG.String

5315: FND_LOG.String
5316: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5317: , 'customer_product_id :' || p_service_request_rec.customer_product_id
5318: );
5319: FND_LOG.String
5320: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5321: , 'platform_id :' || p_service_request_rec.platform_id
5322: );
5323: FND_LOG.String

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

5316: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5317: , 'customer_product_id :' || p_service_request_rec.customer_product_id
5318: );
5319: FND_LOG.String
5320: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5321: , 'platform_id :' || p_service_request_rec.platform_id
5322: );
5323: FND_LOG.String
5324: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5323: FND_LOG.String

5319: FND_LOG.String
5320: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5321: , 'platform_id :' || p_service_request_rec.platform_id
5322: );
5323: FND_LOG.String
5324: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5325: , 'platform_version :' || p_service_request_rec.platform_version
5326: );
5327: FND_LOG.String

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

5320: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5321: , 'platform_id :' || p_service_request_rec.platform_id
5322: );
5323: FND_LOG.String
5324: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5325: , 'platform_version :' || p_service_request_rec.platform_version
5326: );
5327: FND_LOG.String
5328: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5327: FND_LOG.String

5323: FND_LOG.String
5324: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5325: , 'platform_version :' || p_service_request_rec.platform_version
5326: );
5327: FND_LOG.String
5328: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5329: , 'db_version :' || p_service_request_rec.db_version
5330: );
5331: FND_LOG.String

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

5324: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5325: , 'platform_version :' || p_service_request_rec.platform_version
5326: );
5327: FND_LOG.String
5328: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5329: , 'db_version :' || p_service_request_rec.db_version
5330: );
5331: FND_LOG.String
5332: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5331: FND_LOG.String

5327: FND_LOG.String
5328: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5329: , 'db_version :' || p_service_request_rec.db_version
5330: );
5331: FND_LOG.String
5332: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5333: , 'platform_version_id :' || p_service_request_rec.platform_version_id
5334: );
5335: FND_LOG.String

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

5328: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5329: , 'db_version :' || p_service_request_rec.db_version
5330: );
5331: FND_LOG.String
5332: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5333: , 'platform_version_id :' || p_service_request_rec.platform_version_id
5334: );
5335: FND_LOG.String
5336: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5335: FND_LOG.String

5331: FND_LOG.String
5332: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5333: , 'platform_version_id :' || p_service_request_rec.platform_version_id
5334: );
5335: FND_LOG.String
5336: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5337: , 'cp_component_id :' || p_service_request_rec.cp_component_id
5338: );
5339: FND_LOG.String

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

5332: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5333: , 'platform_version_id :' || p_service_request_rec.platform_version_id
5334: );
5335: FND_LOG.String
5336: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5337: , 'cp_component_id :' || p_service_request_rec.cp_component_id
5338: );
5339: FND_LOG.String
5340: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5339: FND_LOG.String

5335: FND_LOG.String
5336: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5337: , 'cp_component_id :' || p_service_request_rec.cp_component_id
5338: );
5339: FND_LOG.String
5340: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5341: , 'cp_component_version_id :' || p_service_request_rec.cp_component_version_id
5342: );
5343: FND_LOG.String

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

5336: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5337: , 'cp_component_id :' || p_service_request_rec.cp_component_id
5338: );
5339: FND_LOG.String
5340: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5341: , 'cp_component_version_id :' || p_service_request_rec.cp_component_version_id
5342: );
5343: FND_LOG.String
5344: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5343: FND_LOG.String

5339: FND_LOG.String
5340: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5341: , 'cp_component_version_id :' || p_service_request_rec.cp_component_version_id
5342: );
5343: FND_LOG.String
5344: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5345: , 'cp_subcomponent_id :' || p_service_request_rec.cp_subcomponent_id
5346: );
5347: FND_LOG.String

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

5340: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5341: , 'cp_component_version_id :' || p_service_request_rec.cp_component_version_id
5342: );
5343: FND_LOG.String
5344: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5345: , 'cp_subcomponent_id :' || p_service_request_rec.cp_subcomponent_id
5346: );
5347: FND_LOG.String
5348: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5347: FND_LOG.String

5343: FND_LOG.String
5344: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5345: , 'cp_subcomponent_id :' || p_service_request_rec.cp_subcomponent_id
5346: );
5347: FND_LOG.String
5348: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5349: , 'cp_subcomponent_version_id :' || p_service_request_rec.cp_subcomponent_version_id
5350: );
5351: FND_LOG.String

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

5344: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5345: , 'cp_subcomponent_id :' || p_service_request_rec.cp_subcomponent_id
5346: );
5347: FND_LOG.String
5348: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5349: , 'cp_subcomponent_version_id :' || p_service_request_rec.cp_subcomponent_version_id
5350: );
5351: FND_LOG.String
5352: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5351: FND_LOG.String

5347: FND_LOG.String
5348: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5349: , 'cp_subcomponent_version_id :' || p_service_request_rec.cp_subcomponent_version_id
5350: );
5351: FND_LOG.String
5352: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5353: , 'language_id :' || p_service_request_rec.language_id
5354: );
5355: FND_LOG.String

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

5348: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5349: , 'cp_subcomponent_version_id :' || p_service_request_rec.cp_subcomponent_version_id
5350: );
5351: FND_LOG.String
5352: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5353: , 'language_id :' || p_service_request_rec.language_id
5354: );
5355: FND_LOG.String
5356: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5355: FND_LOG.String

5351: FND_LOG.String
5352: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5353: , 'language_id :' || p_service_request_rec.language_id
5354: );
5355: FND_LOG.String
5356: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5357: , 'language :' || p_service_request_rec.language
5358: );
5359: FND_LOG.String

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

5352: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5353: , 'language_id :' || p_service_request_rec.language_id
5354: );
5355: FND_LOG.String
5356: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5357: , 'language :' || p_service_request_rec.language
5358: );
5359: FND_LOG.String
5360: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5359: FND_LOG.String

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

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

5356: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5357: , 'language :' || p_service_request_rec.language
5358: );
5359: FND_LOG.String
5360: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5361: , 'cp_ref_number :' || p_service_request_rec.cp_ref_number
5362: );
5363: FND_LOG.String
5364: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5363: FND_LOG.String

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

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

5360: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5361: , 'cp_ref_number :' || p_service_request_rec.cp_ref_number
5362: );
5363: FND_LOG.String
5364: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5365: , 'inventory_item_id :' || p_service_request_rec.inventory_item_id
5366: );
5367: FND_LOG.String
5368: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5367: FND_LOG.String

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

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

5364: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5365: , 'inventory_item_id :' || p_service_request_rec.inventory_item_id
5366: );
5367: FND_LOG.String
5368: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5369: , 'inventory_item_conc_segs :' || p_service_request_rec.inventory_item_conc_segs
5370: );
5371: FND_LOG.String
5372: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5371: FND_LOG.String

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

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

5368: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5369: , 'inventory_item_conc_segs :' || p_service_request_rec.inventory_item_conc_segs
5370: );
5371: FND_LOG.String
5372: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5373: , 'inventory_item_segment1 :' || p_service_request_rec.inventory_item_segment1
5374: );
5375: FND_LOG.String
5376: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5375: FND_LOG.String

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

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

5372: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5373: , 'inventory_item_segment1 :' || p_service_request_rec.inventory_item_segment1
5374: );
5375: FND_LOG.String
5376: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5377: , 'inventory_item_segment2 :' || p_service_request_rec.inventory_item_segment2
5378: );
5379: FND_LOG.String
5380: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5379: FND_LOG.String

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

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

5376: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5377: , 'inventory_item_segment2 :' || p_service_request_rec.inventory_item_segment2
5378: );
5379: FND_LOG.String
5380: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5381: , 'inventory_item_segment3 :' || p_service_request_rec.inventory_item_segment3
5382: );
5383: FND_LOG.String
5384: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5383: FND_LOG.String

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

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

5380: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5381: , 'inventory_item_segment3 :' || p_service_request_rec.inventory_item_segment3
5382: );
5383: FND_LOG.String
5384: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5385: , 'inventory_item_segment4 :' || p_service_request_rec.inventory_item_segment4
5386: );
5387: FND_LOG.String
5388: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5387: FND_LOG.String

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

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

5384: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5385: , 'inventory_item_segment4 :' || p_service_request_rec.inventory_item_segment4
5386: );
5387: FND_LOG.String
5388: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5389: , 'inventory_item_segment5 :' || p_service_request_rec.inventory_item_segment5
5390: );
5391: FND_LOG.String
5392: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5391: FND_LOG.String

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

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

5388: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5389: , 'inventory_item_segment5 :' || p_service_request_rec.inventory_item_segment5
5390: );
5391: FND_LOG.String
5392: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5393: , 'inventory_item_segment6 :' || p_service_request_rec.inventory_item_segment6
5394: );
5395: FND_LOG.String
5396: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5395: FND_LOG.String

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

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

5392: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5393: , 'inventory_item_segment6 :' || p_service_request_rec.inventory_item_segment6
5394: );
5395: FND_LOG.String
5396: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5397: , 'inventory_item_segment7 :' || p_service_request_rec.inventory_item_segment7
5398: );
5399: FND_LOG.String
5400: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5399: FND_LOG.String

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

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

5396: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5397: , 'inventory_item_segment7 :' || p_service_request_rec.inventory_item_segment7
5398: );
5399: FND_LOG.String
5400: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5401: , 'inventory_item_segment8 :' || p_service_request_rec.inventory_item_segment8
5402: );
5403: FND_LOG.String
5404: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5403: FND_LOG.String

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

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

5400: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5401: , 'inventory_item_segment8 :' || p_service_request_rec.inventory_item_segment8
5402: );
5403: FND_LOG.String
5404: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5405: , 'inventory_item_segment9 :' || p_service_request_rec.inventory_item_segment9
5406: );
5407: FND_LOG.String
5408: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5407: FND_LOG.String

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

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

5404: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5405: , 'inventory_item_segment9 :' || p_service_request_rec.inventory_item_segment9
5406: );
5407: FND_LOG.String
5408: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5409: , 'inventory_item_segment10 :' || p_service_request_rec.inventory_item_segment10
5410: );
5411: FND_LOG.String
5412: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5411: FND_LOG.String

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

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

5408: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5409: , 'inventory_item_segment10 :' || p_service_request_rec.inventory_item_segment10
5410: );
5411: FND_LOG.String
5412: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5413: , 'inventory_item_segment11 :' || p_service_request_rec.inventory_item_segment11
5414: );
5415: FND_LOG.String
5416: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5415: FND_LOG.String

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

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

5412: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5413: , 'inventory_item_segment11 :' || p_service_request_rec.inventory_item_segment11
5414: );
5415: FND_LOG.String
5416: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5417: , 'inventory_item_segment12 :' || p_service_request_rec.inventory_item_segment12
5418: );
5419: FND_LOG.String
5420: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5419: FND_LOG.String

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

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

5416: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5417: , 'inventory_item_segment12 :' || p_service_request_rec.inventory_item_segment12
5418: );
5419: FND_LOG.String
5420: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5421: , 'inventory_item_segment13 :' || p_service_request_rec.inventory_item_segment13
5422: );
5423: FND_LOG.String
5424: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5423: FND_LOG.String

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

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

5420: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5421: , 'inventory_item_segment13 :' || p_service_request_rec.inventory_item_segment13
5422: );
5423: FND_LOG.String
5424: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5425: , 'inventory_item_segment14 :' || p_service_request_rec.inventory_item_segment14
5426: );
5427: FND_LOG.String
5428: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5427: FND_LOG.String

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

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

5424: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5425: , 'inventory_item_segment14 :' || p_service_request_rec.inventory_item_segment14
5426: );
5427: FND_LOG.String
5428: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5429: , 'inventory_item_segment15 :' || p_service_request_rec.inventory_item_segment15
5430: );
5431: FND_LOG.String
5432: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5431: FND_LOG.String

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

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

5428: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5429: , 'inventory_item_segment15 :' || p_service_request_rec.inventory_item_segment15
5430: );
5431: FND_LOG.String
5432: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5433: , 'inventory_item_segment16 :' || p_service_request_rec.inventory_item_segment16
5434: );
5435: FND_LOG.String
5436: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5435: FND_LOG.String

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

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

5432: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5433: , 'inventory_item_segment16 :' || p_service_request_rec.inventory_item_segment16
5434: );
5435: FND_LOG.String
5436: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5437: , 'inventory_item_segment17 :' || p_service_request_rec.inventory_item_segment17
5438: );
5439: FND_LOG.String
5440: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5439: FND_LOG.String

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

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

5436: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5437: , 'inventory_item_segment17 :' || p_service_request_rec.inventory_item_segment17
5438: );
5439: FND_LOG.String
5440: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5441: , 'inventory_item_segment18 :' || p_service_request_rec.inventory_item_segment18
5442: );
5443: FND_LOG.String
5444: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5443: FND_LOG.String

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

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

5440: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5441: , 'inventory_item_segment18 :' || p_service_request_rec.inventory_item_segment18
5442: );
5443: FND_LOG.String
5444: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5445: , 'inventory_item_segment19 :' || p_service_request_rec.inventory_item_segment19
5446: );
5447: FND_LOG.String
5448: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5447: FND_LOG.String

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

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

5444: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5445: , 'inventory_item_segment19 :' || p_service_request_rec.inventory_item_segment19
5446: );
5447: FND_LOG.String
5448: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5449: , 'inventory_item_segment20 :' || p_service_request_rec.inventory_item_segment20
5450: );
5451: FND_LOG.String
5452: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5451: FND_LOG.String

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

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

5448: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5449: , 'inventory_item_segment20 :' || p_service_request_rec.inventory_item_segment20
5450: );
5451: FND_LOG.String
5452: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5453: , 'inventory_item_vals_or_ids :' || p_service_request_rec.inventory_item_vals_or_ids
5454: );
5455: FND_LOG.String
5456: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5455: FND_LOG.String

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

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

5452: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5453: , 'inventory_item_vals_or_ids :' || p_service_request_rec.inventory_item_vals_or_ids
5454: );
5455: FND_LOG.String
5456: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5457: , 'inventory_org_id :' || p_service_request_rec.inventory_org_id
5458: );
5459: FND_LOG.String
5460: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5459: FND_LOG.String

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

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

5456: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5457: , 'inventory_org_id :' || p_service_request_rec.inventory_org_id
5458: );
5459: FND_LOG.String
5460: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5461: , 'current_serial_number :' || p_service_request_rec.current_serial_number
5462: );
5463: FND_LOG.String
5464: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5463: FND_LOG.String

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

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

5460: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5461: , 'current_serial_number :' || p_service_request_rec.current_serial_number
5462: );
5463: FND_LOG.String
5464: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5465: , 'original_order_number :' || p_service_request_rec.original_order_number
5466: );
5467: FND_LOG.String
5468: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5467: FND_LOG.String

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

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

5464: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5465: , 'original_order_number :' || p_service_request_rec.original_order_number
5466: );
5467: FND_LOG.String
5468: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5469: , 'purchase_order_num :' || p_service_request_rec.purchase_order_num
5470: );
5471: FND_LOG.String
5472: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5471: FND_LOG.String

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

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

5468: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5469: , 'purchase_order_num :' || p_service_request_rec.purchase_order_num
5470: );
5471: FND_LOG.String
5472: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5473: , 'problem_code :' || p_service_request_rec.problem_code
5474: );
5475: FND_LOG.String
5476: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5475: FND_LOG.String

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

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

5472: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5473: , 'problem_code :' || p_service_request_rec.problem_code
5474: );
5475: FND_LOG.String
5476: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5477: , 'exp_resolution_date :' || p_service_request_rec.exp_resolution_date
5478: );
5479: FND_LOG.String
5480: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5479: FND_LOG.String

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

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

5476: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5477: , 'exp_resolution_date :' || p_service_request_rec.exp_resolution_date
5478: );
5479: FND_LOG.String
5480: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5481: , 'install_site_use_id :' || p_service_request_rec.install_site_use_id
5482: );
5483: FND_LOG.String
5484: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5483: FND_LOG.String

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

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

5480: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5481: , 'install_site_use_id :' || p_service_request_rec.install_site_use_id
5482: );
5483: FND_LOG.String
5484: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5485: , 'request_attribute_1 :' || p_service_request_rec.request_attribute_1
5486: );
5487: FND_LOG.String
5488: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5487: FND_LOG.String

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

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

5484: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5485: , 'request_attribute_1 :' || p_service_request_rec.request_attribute_1
5486: );
5487: FND_LOG.String
5488: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5489: , 'request_attribute_2 :' || p_service_request_rec.request_attribute_2
5490: );
5491: FND_LOG.String
5492: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5491: FND_LOG.String

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

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

5488: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5489: , 'request_attribute_2 :' || p_service_request_rec.request_attribute_2
5490: );
5491: FND_LOG.String
5492: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5493: , 'request_attribute_3 :' || p_service_request_rec.request_attribute_3
5494: );
5495: FND_LOG.String
5496: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5495: FND_LOG.String

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

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

5492: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5493: , 'request_attribute_3 :' || p_service_request_rec.request_attribute_3
5494: );
5495: FND_LOG.String
5496: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5497: , 'request_attribute_4 :' || p_service_request_rec.request_attribute_4
5498: );
5499: FND_LOG.String
5500: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5499: FND_LOG.String

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

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

5496: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5497: , 'request_attribute_4 :' || p_service_request_rec.request_attribute_4
5498: );
5499: FND_LOG.String
5500: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5501: , 'request_attribute_5 :' || p_service_request_rec.request_attribute_5
5502: );
5503: FND_LOG.String
5504: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5503: FND_LOG.String

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

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

5500: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5501: , 'request_attribute_5 :' || p_service_request_rec.request_attribute_5
5502: );
5503: FND_LOG.String
5504: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5505: , 'request_attribute_6 :' || p_service_request_rec.request_attribute_6
5506: );
5507: FND_LOG.String
5508: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5507: FND_LOG.String

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

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

5504: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5505: , 'request_attribute_6 :' || p_service_request_rec.request_attribute_6
5506: );
5507: FND_LOG.String
5508: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5509: , 'request_attribute_7 :' || p_service_request_rec.request_attribute_7
5510: );
5511: FND_LOG.String
5512: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5511: FND_LOG.String

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

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

5508: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5509: , 'request_attribute_7 :' || p_service_request_rec.request_attribute_7
5510: );
5511: FND_LOG.String
5512: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5513: , 'request_attribute_8 :' || p_service_request_rec.request_attribute_8
5514: );
5515: FND_LOG.String
5516: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5515: FND_LOG.String

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

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

5512: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5513: , 'request_attribute_8 :' || p_service_request_rec.request_attribute_8
5514: );
5515: FND_LOG.String
5516: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5517: , 'request_attribute_9 :' || p_service_request_rec.request_attribute_9
5518: );
5519: FND_LOG.String
5520: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5519: FND_LOG.String

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

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

5516: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5517: , 'request_attribute_9 :' || p_service_request_rec.request_attribute_9
5518: );
5519: FND_LOG.String
5520: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5521: , 'request_attribute_10 :' || p_service_request_rec.request_attribute_10
5522: );
5523: FND_LOG.String
5524: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5523: FND_LOG.String

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

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

5520: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5521: , 'request_attribute_10 :' || p_service_request_rec.request_attribute_10
5522: );
5523: FND_LOG.String
5524: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5525: , 'request_attribute_11 :' || p_service_request_rec.request_attribute_11
5526: );
5527: FND_LOG.String
5528: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5527: FND_LOG.String

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

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

5524: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5525: , 'request_attribute_11 :' || p_service_request_rec.request_attribute_11
5526: );
5527: FND_LOG.String
5528: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5529: , 'request_attribute_12 :' || p_service_request_rec.request_attribute_12
5530: );
5531: FND_LOG.String
5532: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5531: FND_LOG.String

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

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

5528: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5529: , 'request_attribute_12 :' || p_service_request_rec.request_attribute_12
5530: );
5531: FND_LOG.String
5532: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5533: , 'request_attribute_13 :' || p_service_request_rec.request_attribute_13
5534: );
5535: FND_LOG.String
5536: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5535: FND_LOG.String

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

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

5532: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5533: , 'request_attribute_13 :' || p_service_request_rec.request_attribute_13
5534: );
5535: FND_LOG.String
5536: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5537: , 'request_attribute_14 :' || p_service_request_rec.request_attribute_14
5538: );
5539: FND_LOG.String
5540: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5539: FND_LOG.String

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

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

5536: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5537: , 'request_attribute_14 :' || p_service_request_rec.request_attribute_14
5538: );
5539: FND_LOG.String
5540: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5541: , 'request_attribute_15 :' || p_service_request_rec.request_attribute_15
5542: );
5543: FND_LOG.String
5544: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5543: FND_LOG.String

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

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

5540: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5541: , 'request_attribute_15 :' || p_service_request_rec.request_attribute_15
5542: );
5543: FND_LOG.String
5544: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5545: , 'request_context :' || p_service_request_rec.request_context
5546: );
5547: FND_LOG.String
5548: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5547: FND_LOG.String

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

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

5544: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5545: , 'request_context :' || p_service_request_rec.request_context
5546: );
5547: FND_LOG.String
5548: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5549: , 'external_attribute_1 :' || p_service_request_rec.external_attribute_1
5550: );
5551: FND_LOG.String
5552: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5551: FND_LOG.String

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

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

5548: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5549: , 'external_attribute_1 :' || p_service_request_rec.external_attribute_1
5550: );
5551: FND_LOG.String
5552: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5553: , 'external_attribute_2 :' || p_service_request_rec.external_attribute_2
5554: );
5555: FND_LOG.String
5556: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5555: FND_LOG.String

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

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

5552: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5553: , 'external_attribute_2 :' || p_service_request_rec.external_attribute_2
5554: );
5555: FND_LOG.String
5556: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5557: , 'external_attribute_3 :' || p_service_request_rec.external_attribute_3
5558: );
5559: FND_LOG.String
5560: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5559: FND_LOG.String

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

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

5556: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5557: , 'external_attribute_3 :' || p_service_request_rec.external_attribute_3
5558: );
5559: FND_LOG.String
5560: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5561: , 'external_attribute_4 :' || p_service_request_rec.external_attribute_4
5562: );
5563: FND_LOG.String
5564: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5563: FND_LOG.String

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

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

5560: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5561: , 'external_attribute_4 :' || p_service_request_rec.external_attribute_4
5562: );
5563: FND_LOG.String
5564: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5565: , 'external_attribute_5 :' || p_service_request_rec.external_attribute_5
5566: );
5567: FND_LOG.String
5568: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5567: FND_LOG.String

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

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

5564: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5565: , 'external_attribute_5 :' || p_service_request_rec.external_attribute_5
5566: );
5567: FND_LOG.String
5568: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5569: , 'external_attribute_6 :' || p_service_request_rec.external_attribute_6
5570: );
5571: FND_LOG.String
5572: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5571: FND_LOG.String

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

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

5568: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5569: , 'external_attribute_6 :' || p_service_request_rec.external_attribute_6
5570: );
5571: FND_LOG.String
5572: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5573: , 'external_attribute_7 :' || p_service_request_rec.external_attribute_7
5574: );
5575: FND_LOG.String
5576: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5575: FND_LOG.String

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

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

5572: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5573: , 'external_attribute_7 :' || p_service_request_rec.external_attribute_7
5574: );
5575: FND_LOG.String
5576: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5577: , 'external_attribute_8 :' || p_service_request_rec.external_attribute_8
5578: );
5579: FND_LOG.String
5580: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5579: FND_LOG.String

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

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

5576: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5577: , 'external_attribute_8 :' || p_service_request_rec.external_attribute_8
5578: );
5579: FND_LOG.String
5580: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5581: , 'external_attribute_9 :' || p_service_request_rec.external_attribute_9
5582: );
5583: FND_LOG.String
5584: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5583: FND_LOG.String

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

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

5580: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5581: , 'external_attribute_9 :' || p_service_request_rec.external_attribute_9
5582: );
5583: FND_LOG.String
5584: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5585: , 'external_attribute_10 :' || p_service_request_rec.external_attribute_10
5586: );
5587: FND_LOG.String
5588: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5587: FND_LOG.String

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

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

5584: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5585: , 'external_attribute_10 :' || p_service_request_rec.external_attribute_10
5586: );
5587: FND_LOG.String
5588: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5589: , 'external_attribute_11 :' || p_service_request_rec.external_attribute_11
5590: );
5591: FND_LOG.String
5592: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5591: FND_LOG.String

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

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

5588: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5589: , 'external_attribute_11 :' || p_service_request_rec.external_attribute_11
5590: );
5591: FND_LOG.String
5592: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5593: , 'external_attribute_12 :' || p_service_request_rec.external_attribute_12
5594: );
5595: FND_LOG.String
5596: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5595: FND_LOG.String

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

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

5592: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5593: , 'external_attribute_12 :' || p_service_request_rec.external_attribute_12
5594: );
5595: FND_LOG.String
5596: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5597: , 'external_attribute_13 :' || p_service_request_rec.external_attribute_13
5598: );
5599: FND_LOG.String
5600: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5599: FND_LOG.String

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

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

5596: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5597: , 'external_attribute_13 :' || p_service_request_rec.external_attribute_13
5598: );
5599: FND_LOG.String
5600: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5601: , 'external_attribute_14 :' || p_service_request_rec.external_attribute_14
5602: );
5603: FND_LOG.String
5604: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5603: FND_LOG.String

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

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

5600: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5601: , 'external_attribute_14 :' || p_service_request_rec.external_attribute_14
5602: );
5603: FND_LOG.String
5604: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5605: , 'external_attribute_15 :' || p_service_request_rec.external_attribute_15
5606: );
5607: FND_LOG.String
5608: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5607: FND_LOG.String

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

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

5604: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5605: , 'external_attribute_15 :' || p_service_request_rec.external_attribute_15
5606: );
5607: FND_LOG.String
5608: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5609: , 'external_context :' || p_service_request_rec.external_context
5610: );
5611: FND_LOG.String
5612: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5611: FND_LOG.String

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

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

5608: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5609: , 'external_context :' || p_service_request_rec.external_context
5610: );
5611: FND_LOG.String
5612: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5613: , 'bill_to_site_use_id :' || p_service_request_rec.bill_to_site_use_id
5614: );
5615: FND_LOG.String
5616: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5615: FND_LOG.String

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

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

5612: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5613: , 'bill_to_site_use_id :' || p_service_request_rec.bill_to_site_use_id
5614: );
5615: FND_LOG.String
5616: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5617: , 'bill_to_contact_id :' || p_service_request_rec.bill_to_contact_id
5618: );
5619: FND_LOG.String
5620: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5619: FND_LOG.String

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

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

5616: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5617: , 'bill_to_contact_id :' || p_service_request_rec.bill_to_contact_id
5618: );
5619: FND_LOG.String
5620: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5621: , 'ship_to_site_use_id :' || p_service_request_rec.ship_to_site_use_id
5622: );
5623: FND_LOG.String
5624: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5623: FND_LOG.String

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

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

5620: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5621: , 'ship_to_site_use_id :' || p_service_request_rec.ship_to_site_use_id
5622: );
5623: FND_LOG.String
5624: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5625: , 'ship_to_contact_id :' || p_service_request_rec.ship_to_contact_id
5626: );
5627: FND_LOG.String
5628: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5627: FND_LOG.String

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

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

5624: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5625: , 'ship_to_contact_id :' || p_service_request_rec.ship_to_contact_id
5626: );
5627: FND_LOG.String
5628: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5629: , 'resolution_code :' || p_service_request_rec.resolution_code
5630: );
5631: FND_LOG.String
5632: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5631: FND_LOG.String

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

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

5628: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5629: , 'resolution_code :' || p_service_request_rec.resolution_code
5630: );
5631: FND_LOG.String
5632: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5633: , 'act_resolution_date :' || p_service_request_rec.act_resolution_date
5634: );
5635: FND_LOG.String
5636: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5635: FND_LOG.String

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

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

5632: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5633: , 'act_resolution_date :' || p_service_request_rec.act_resolution_date
5634: );
5635: FND_LOG.String
5636: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5637: , 'public_comment_flag :' || p_service_request_rec.public_comment_flag
5638: );
5639: FND_LOG.String
5640: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5639: FND_LOG.String

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

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

5636: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5637: , 'public_comment_flag :' || p_service_request_rec.public_comment_flag
5638: );
5639: FND_LOG.String
5640: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5641: , 'parent_interaction_id :' || p_service_request_rec.parent_interaction_id
5642: );
5643: FND_LOG.String
5644: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5643: FND_LOG.String

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

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

5640: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5641: , 'parent_interaction_id :' || p_service_request_rec.parent_interaction_id
5642: );
5643: FND_LOG.String
5644: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5645: , 'contract_service_id :' || p_service_request_rec.contract_service_id
5646: );
5647: FND_LOG.String
5648: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5647: FND_LOG.String

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

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

5644: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5645: , 'contract_service_id :' || p_service_request_rec.contract_service_id
5646: );
5647: FND_LOG.String
5648: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5649: , 'contract_service_number :' || p_service_request_rec.contract_service_number
5650: );
5651: FND_LOG.String
5652: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5651: FND_LOG.String

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

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

5648: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5649: , 'contract_service_number :' || p_service_request_rec.contract_service_number
5650: );
5651: FND_LOG.String
5652: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5653: , 'contract_id :' || p_service_request_rec.contract_id
5654: );
5655: FND_LOG.String
5656: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5655: FND_LOG.String

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

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

5652: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5653: , 'contract_id :' || p_service_request_rec.contract_id
5654: );
5655: FND_LOG.String
5656: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5657: , 'project_number :' || p_service_request_rec.project_number
5658: );
5659: FND_LOG.String
5660: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5659: FND_LOG.String

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

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

5656: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5657: , 'project_number :' || p_service_request_rec.project_number
5658: );
5659: FND_LOG.String
5660: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5661: , 'qa_collection_plan_id :' || p_service_request_rec.qa_collection_plan_id
5662: );
5663: FND_LOG.String
5664: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5663: FND_LOG.String

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

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

5660: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5661: , 'qa_collection_plan_id :' || p_service_request_rec.qa_collection_plan_id
5662: );
5663: FND_LOG.String
5664: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5665: , 'account_id :' || p_service_request_rec.account_id
5666: );
5667: FND_LOG.String
5668: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5667: FND_LOG.String

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

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

5664: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5665: , 'account_id :' || p_service_request_rec.account_id
5666: );
5667: FND_LOG.String
5668: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5669: , 'resource_type :' || p_service_request_rec.resource_type
5670: );
5671: FND_LOG.String
5672: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5671: FND_LOG.String

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

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

5668: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5669: , 'resource_type :' || p_service_request_rec.resource_type
5670: );
5671: FND_LOG.String
5672: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5673: , 'resource_subtype_id :' || p_service_request_rec.resource_subtype_id
5674: );
5675: FND_LOG.String
5676: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5675: FND_LOG.String

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

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

5672: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5673: , 'resource_subtype_id :' || p_service_request_rec.resource_subtype_id
5674: );
5675: FND_LOG.String
5676: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5677: , 'cust_po_number :' || p_service_request_rec.cust_po_number
5678: );
5679: FND_LOG.String
5680: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5679: FND_LOG.String

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

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

5676: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5677: , 'cust_po_number :' || p_service_request_rec.cust_po_number
5678: );
5679: FND_LOG.String
5680: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5681: , 'cust_ticket_number :' || p_service_request_rec.cust_ticket_number
5682: );
5683: FND_LOG.String
5684: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5683: FND_LOG.String

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

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

5680: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5681: , 'cust_ticket_number :' || p_service_request_rec.cust_ticket_number
5682: );
5683: FND_LOG.String
5684: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5685: , 'sr_creation_channel :' || p_service_request_rec.sr_creation_channel
5686: );
5687: FND_LOG.String
5688: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5687: FND_LOG.String

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

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

5684: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5685: , 'sr_creation_channel :' || p_service_request_rec.sr_creation_channel
5686: );
5687: FND_LOG.String
5688: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5689: , 'obligation_date :' || p_service_request_rec.obligation_date
5690: );
5691: FND_LOG.String
5692: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5691: FND_LOG.String

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

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

5688: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5689: , 'obligation_date :' || p_service_request_rec.obligation_date
5690: );
5691: FND_LOG.String
5692: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5693: , 'time_zone_id :' || p_service_request_rec.time_zone_id
5694: );
5695: FND_LOG.String
5696: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5695: FND_LOG.String

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

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

5692: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5693: , 'time_zone_id :' || p_service_request_rec.time_zone_id
5694: );
5695: FND_LOG.String
5696: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5697: , 'time_difference :' || p_service_request_rec.time_difference
5698: );
5699: FND_LOG.String
5700: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5699: FND_LOG.String

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

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

5696: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5697: , 'time_difference :' || p_service_request_rec.time_difference
5698: );
5699: FND_LOG.String
5700: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5701: , 'site_id :' || p_service_request_rec.site_id
5702: );
5703: FND_LOG.String
5704: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5703: FND_LOG.String

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

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

5700: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5701: , 'site_id :' || p_service_request_rec.site_id
5702: );
5703: FND_LOG.String
5704: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5705: , 'customer_site_id :' || p_service_request_rec.customer_site_id
5706: );
5707: FND_LOG.String
5708: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5707: FND_LOG.String

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

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

5704: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5705: , 'customer_site_id :' || p_service_request_rec.customer_site_id
5706: );
5707: FND_LOG.String
5708: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5709: , 'territory_id :' || p_service_request_rec.territory_id
5710: );
5711: FND_LOG.String
5712: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5711: FND_LOG.String

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

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

5708: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5709: , 'territory_id :' || p_service_request_rec.territory_id
5710: );
5711: FND_LOG.String
5712: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5713: , 'initialize_flag :' || p_service_request_rec.initialize_flag
5714: );
5715: FND_LOG.String
5716: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5715: FND_LOG.String

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

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

5712: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5713: , 'initialize_flag :' || p_service_request_rec.initialize_flag
5714: );
5715: FND_LOG.String
5716: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5717: , 'cp_revision_id :' || p_service_request_rec.cp_revision_id
5718: );
5719: FND_LOG.String
5720: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5719: FND_LOG.String

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

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

5716: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5717: , 'cp_revision_id :' || p_service_request_rec.cp_revision_id
5718: );
5719: FND_LOG.String
5720: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5721: , 'inv_item_revision :' || p_service_request_rec.inv_item_revision
5722: );
5723: FND_LOG.String
5724: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5723: FND_LOG.String

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

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

5720: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5721: , 'inv_item_revision :' || p_service_request_rec.inv_item_revision
5722: );
5723: FND_LOG.String
5724: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5725: , 'inv_component_id :' || p_service_request_rec.inv_component_id
5726: );
5727: FND_LOG.String
5728: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5727: FND_LOG.String

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

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

5724: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5725: , 'inv_component_id :' || p_service_request_rec.inv_component_id
5726: );
5727: FND_LOG.String
5728: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5729: , 'inv_component_version :' || p_service_request_rec.inv_component_version
5730: );
5731: FND_LOG.String
5732: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5731: FND_LOG.String

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

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

5728: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5729: , 'inv_component_version :' || p_service_request_rec.inv_component_version
5730: );
5731: FND_LOG.String
5732: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5733: , 'inv_subcomponent_id :' || p_service_request_rec.inv_subcomponent_id
5734: );
5735: FND_LOG.String
5736: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5735: FND_LOG.String

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

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

5732: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5733: , 'inv_subcomponent_id :' || p_service_request_rec.inv_subcomponent_id
5734: );
5735: FND_LOG.String
5736: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5737: , 'inv_subcomponent_version :' || p_service_request_rec.inv_subcomponent_version
5738: );
5739: FND_LOG.String
5740: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5739: FND_LOG.String

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

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

5736: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5737: , 'inv_subcomponent_version :' || p_service_request_rec.inv_subcomponent_version
5738: );
5739: FND_LOG.String
5740: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5741: , 'tier :' || p_service_request_rec.tier
5742: );
5743: FND_LOG.String
5744: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5743: FND_LOG.String

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

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

5740: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5741: , 'tier :' || p_service_request_rec.tier
5742: );
5743: FND_LOG.String
5744: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5745: , 'tier_version :' || p_service_request_rec.tier_version
5746: );
5747: FND_LOG.String
5748: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5747: FND_LOG.String

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

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

5744: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5745: , 'tier_version :' || p_service_request_rec.tier_version
5746: );
5747: FND_LOG.String
5748: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5749: , 'operating_system :' || p_service_request_rec.operating_system
5750: );
5751: FND_LOG.String
5752: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5751: FND_LOG.String

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

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

5748: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5749: , 'operating_system :' || p_service_request_rec.operating_system
5750: );
5751: FND_LOG.String
5752: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5753: , 'operating_system_version :' || p_service_request_rec.operating_system_version
5754: );
5755: FND_LOG.String
5756: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5755: FND_LOG.String

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

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

5752: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5753: , 'operating_system_version :' || p_service_request_rec.operating_system_version
5754: );
5755: FND_LOG.String
5756: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5757: , 'database :' || p_service_request_rec.database
5758: );
5759: FND_LOG.String
5760: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5759: FND_LOG.String

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

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

5756: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5757: , 'database :' || p_service_request_rec.database
5758: );
5759: FND_LOG.String
5760: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5761: , 'cust_pref_lang_id :' || p_service_request_rec.cust_pref_lang_id
5762: );
5763: FND_LOG.String
5764: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5763: FND_LOG.String

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

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

5760: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5761: , 'cust_pref_lang_id :' || p_service_request_rec.cust_pref_lang_id
5762: );
5763: FND_LOG.String
5764: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5765: , 'category_id :' || p_service_request_rec.category_id
5766: );
5767: FND_LOG.String
5768: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5767: FND_LOG.String

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

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

5764: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5765: , 'category_id :' || p_service_request_rec.category_id
5766: );
5767: FND_LOG.String
5768: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5769: , 'group_type :' || p_service_request_rec.group_type
5770: );
5771: FND_LOG.String
5772: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5771: FND_LOG.String

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

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

5768: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5769: , 'group_type :' || p_service_request_rec.group_type
5770: );
5771: FND_LOG.String
5772: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5773: , 'group_territory_id :' || p_service_request_rec.group_territory_id
5774: );
5775: FND_LOG.String
5776: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5775: FND_LOG.String

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

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

5772: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5773: , 'group_territory_id :' || p_service_request_rec.group_territory_id
5774: );
5775: FND_LOG.String
5776: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5777: , 'inv_platform_org_id :' || p_service_request_rec.inv_platform_org_id
5778: );
5779: FND_LOG.String
5780: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5779: FND_LOG.String

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

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

5776: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5777: , 'inv_platform_org_id :' || p_service_request_rec.inv_platform_org_id
5778: );
5779: FND_LOG.String
5780: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5781: , 'component_version :' || p_service_request_rec.component_version
5782: );
5783: FND_LOG.String
5784: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5783: FND_LOG.String

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

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

5780: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5781: , 'component_version :' || p_service_request_rec.component_version
5782: );
5783: FND_LOG.String
5784: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5785: , 'subcomponent_version :' || p_service_request_rec.subcomponent_version
5786: );
5787: FND_LOG.String
5788: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5787: FND_LOG.String

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

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

5784: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5785: , 'subcomponent_version :' || p_service_request_rec.subcomponent_version
5786: );
5787: FND_LOG.String
5788: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5789: , 'product_revision :' || p_service_request_rec.product_revision
5790: );
5791: FND_LOG.String
5792: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5791: FND_LOG.String

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

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

5788: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5789: , 'product_revision :' || p_service_request_rec.product_revision
5790: );
5791: FND_LOG.String
5792: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5793: , 'comm_pref_code :' || p_service_request_rec.comm_pref_code
5794: );
5795: FND_LOG.String
5796: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5795: FND_LOG.String

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

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

5792: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5793: , 'comm_pref_code :' || p_service_request_rec.comm_pref_code
5794: );
5795: FND_LOG.String
5796: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5797: , 'cust_pref_lang_code :' || p_service_request_rec.cust_pref_lang_code
5798: );
5799: FND_LOG.String
5800: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5799: FND_LOG.String

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

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

5796: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5797: , 'cust_pref_lang_code :' || p_service_request_rec.cust_pref_lang_code
5798: );
5799: FND_LOG.String
5800: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5801: , 'last_update_channel :' || p_service_request_rec.last_update_channel
5802: );
5803: FND_LOG.String
5804: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5803: FND_LOG.String

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

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

5800: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5801: , 'last_update_channel :' || p_service_request_rec.last_update_channel
5802: );
5803: FND_LOG.String
5804: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5805: , 'category_set_id :' || p_service_request_rec.category_set_id
5806: );
5807: FND_LOG.String
5808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5807: FND_LOG.String

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

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

5804: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5805: , 'category_set_id :' || p_service_request_rec.category_set_id
5806: );
5807: FND_LOG.String
5808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5809: , 'external_reference :' || p_service_request_rec.external_reference
5810: );
5811: FND_LOG.String
5812: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5811: FND_LOG.String

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

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

5808: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5809: , 'external_reference :' || p_service_request_rec.external_reference
5810: );
5811: FND_LOG.String
5812: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5813: , 'system_id :' || p_service_request_rec.system_id
5814: );
5815: FND_LOG.String
5816: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5815: FND_LOG.String

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

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

5812: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5813: , 'system_id :' || p_service_request_rec.system_id
5814: );
5815: FND_LOG.String
5816: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5817: , 'error_code :' || p_service_request_rec.error_code
5818: );
5819: FND_LOG.String
5820: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5819: FND_LOG.String

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

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

5816: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5817: , 'error_code :' || p_service_request_rec.error_code
5818: );
5819: FND_LOG.String
5820: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5821: , 'incident_occurred_date :' || p_service_request_rec.incident_occurred_date
5822: );
5823: FND_LOG.String
5824: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5823: FND_LOG.String

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

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

5820: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5821: , 'incident_occurred_date :' || p_service_request_rec.incident_occurred_date
5822: );
5823: FND_LOG.String
5824: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5825: , 'incident_resolved_date :' || p_service_request_rec.incident_resolved_date
5826: );
5827: FND_LOG.String
5828: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5827: FND_LOG.String

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

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

5824: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5825: , 'incident_resolved_date :' || p_service_request_rec.incident_resolved_date
5826: );
5827: FND_LOG.String
5828: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5829: , 'inc_responded_by_date :' || p_service_request_rec.inc_responded_by_date
5830: );
5831: FND_LOG.String
5832: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5831: FND_LOG.String

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

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

5828: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5829: , 'inc_responded_by_date :' || p_service_request_rec.inc_responded_by_date
5830: );
5831: FND_LOG.String
5832: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5833: , 'resolution_summary :' || p_service_request_rec.resolution_summary
5834: );
5835: FND_LOG.String
5836: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5835: FND_LOG.String

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

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

5832: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5833: , 'resolution_summary :' || p_service_request_rec.resolution_summary
5834: );
5835: FND_LOG.String
5836: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5837: , 'incident_location_id :' || p_service_request_rec.incident_location_id
5838: );
5839: FND_LOG.String
5840: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5839: FND_LOG.String

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

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

5836: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5837: , 'incident_location_id :' || p_service_request_rec.incident_location_id
5838: );
5839: FND_LOG.String
5840: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5841: , 'incident_address :' || p_service_request_rec.incident_address
5842: );
5843: FND_LOG.String
5844: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5843: FND_LOG.String

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

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

5840: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5841: , 'incident_address :' || p_service_request_rec.incident_address
5842: );
5843: FND_LOG.String
5844: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5845: , 'incident_city :' || p_service_request_rec.incident_city
5846: );
5847: FND_LOG.String
5848: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5847: FND_LOG.String

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

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

5844: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5845: , 'incident_city :' || p_service_request_rec.incident_city
5846: );
5847: FND_LOG.String
5848: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5849: , 'incident_state :' || p_service_request_rec.incident_state
5850: );
5851: FND_LOG.String
5852: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5851: FND_LOG.String

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

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

5848: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5849: , 'incident_state :' || p_service_request_rec.incident_state
5850: );
5851: FND_LOG.String
5852: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5853: , 'incident_country :' || p_service_request_rec.incident_country
5854: );
5855: FND_LOG.String
5856: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5855: FND_LOG.String

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

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

5852: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5853: , 'incident_country :' || p_service_request_rec.incident_country
5854: );
5855: FND_LOG.String
5856: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5857: , 'incident_province :' || p_service_request_rec.incident_province
5858: );
5859: FND_LOG.String
5860: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5859: FND_LOG.String

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

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

5856: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5857: , 'incident_province :' || p_service_request_rec.incident_province
5858: );
5859: FND_LOG.String
5860: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5861: , 'incident_postal_code :' || p_service_request_rec.incident_postal_code
5862: );
5863: FND_LOG.String
5864: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5863: FND_LOG.String

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

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

5860: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5861: , 'incident_postal_code :' || p_service_request_rec.incident_postal_code
5862: );
5863: FND_LOG.String
5864: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5865: , 'incident_county :' || p_service_request_rec.incident_county
5866: );
5867: FND_LOG.String
5868: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5867: FND_LOG.String

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

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

5864: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5865: , 'incident_county :' || p_service_request_rec.incident_county
5866: );
5867: FND_LOG.String
5868: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5869: , 'owner :' || p_service_request_rec.owner
5870: );
5871: FND_LOG.String
5872: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5871: FND_LOG.String

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

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

5868: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5869: , 'owner :' || p_service_request_rec.owner
5870: );
5871: FND_LOG.String
5872: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5873: , 'group_owner :' || p_service_request_rec.group_owner
5874: );
5875: FND_LOG.String
5876: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5875: FND_LOG.String

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

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

5872: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5873: , 'group_owner :' || p_service_request_rec.group_owner
5874: );
5875: FND_LOG.String
5876: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5877: , 'cc_number :' || p_service_request_rec.cc_number
5878: );
5879: FND_LOG.String
5880: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5879: FND_LOG.String

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

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

5876: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5877: , 'cc_number :' || p_service_request_rec.cc_number
5878: );
5879: FND_LOG.String
5880: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5881: , 'cc_expiration_date :' || p_service_request_rec.cc_expiration_date
5882: );
5883: FND_LOG.String
5884: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5883: FND_LOG.String

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

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

5880: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5881: , 'cc_expiration_date :' || p_service_request_rec.cc_expiration_date
5882: );
5883: FND_LOG.String
5884: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5885: , 'cc_type_code :' || p_service_request_rec.cc_type_code
5886: );
5887: FND_LOG.String
5888: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5887: FND_LOG.String

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

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

5884: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5885: , 'cc_type_code :' || p_service_request_rec.cc_type_code
5886: );
5887: FND_LOG.String
5888: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5889: , 'cc_first_name :' || p_service_request_rec.cc_first_name
5890: );
5891: FND_LOG.String
5892: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5891: FND_LOG.String

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

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

5888: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5889: , 'cc_first_name :' || p_service_request_rec.cc_first_name
5890: );
5891: FND_LOG.String
5892: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5893: , 'cc_last_name :' || p_service_request_rec.cc_last_name
5894: );
5895: FND_LOG.String
5896: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5895: FND_LOG.String

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

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

5892: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5893: , 'cc_last_name :' || p_service_request_rec.cc_last_name
5894: );
5895: FND_LOG.String
5896: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5897: , 'cc_middle_name :' || p_service_request_rec.cc_middle_name
5898: );
5899: FND_LOG.String
5900: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5899: FND_LOG.String

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

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

5896: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5897: , 'cc_middle_name :' || p_service_request_rec.cc_middle_name
5898: );
5899: FND_LOG.String
5900: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5901: , 'cc_id :' || p_service_request_rec.cc_id
5902: );
5903: FND_LOG.String
5904: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5903: FND_LOG.String

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

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

5900: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5901: , 'cc_id :' || p_service_request_rec.cc_id
5902: );
5903: FND_LOG.String
5904: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5905: , 'bill_to_account_id :' || p_service_request_rec.bill_to_account_id
5906: );
5907: FND_LOG.String
5908: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5907: FND_LOG.String

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

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

5904: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5905: , 'bill_to_account_id :' || p_service_request_rec.bill_to_account_id
5906: );
5907: FND_LOG.String
5908: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5909: , 'ship_to_account_id :' || p_service_request_rec.ship_to_account_id
5910: );
5911: FND_LOG.String
5912: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5911: FND_LOG.String

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

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

5908: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5909: , 'ship_to_account_id :' || p_service_request_rec.ship_to_account_id
5910: );
5911: FND_LOG.String
5912: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5913: , 'customer_phone_id :' || p_service_request_rec.customer_phone_id
5914: );
5915: FND_LOG.String
5916: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5915: FND_LOG.String

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

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

5912: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5913: , 'customer_phone_id :' || p_service_request_rec.customer_phone_id
5914: );
5915: FND_LOG.String
5916: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5917: , 'customer_email_id :' || p_service_request_rec.customer_email_id
5918: );
5919: FND_LOG.String
5920: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5919: FND_LOG.String

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

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

5916: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5917: , 'customer_email_id :' || p_service_request_rec.customer_email_id
5918: );
5919: FND_LOG.String
5920: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5921: , 'creation_program_code :' || p_service_request_rec.creation_program_code
5922: );
5923: FND_LOG.String
5924: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5923: FND_LOG.String

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

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

5920: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5921: , 'creation_program_code :' || p_service_request_rec.creation_program_code
5922: );
5923: FND_LOG.String
5924: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5925: , 'last_update_program_code :' || p_service_request_rec.last_update_program_code
5926: );
5927: FND_LOG.String
5928: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5927: FND_LOG.String

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

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

5924: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5925: , 'last_update_program_code :' || p_service_request_rec.last_update_program_code
5926: );
5927: FND_LOG.String
5928: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5929: , 'bill_to_party_id :' || p_service_request_rec.bill_to_party_id
5930: );
5931: FND_LOG.String
5932: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5931: FND_LOG.String

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

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

5928: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5929: , 'bill_to_party_id :' || p_service_request_rec.bill_to_party_id
5930: );
5931: FND_LOG.String
5932: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5933: , 'ship_to_party_id :' || p_service_request_rec.ship_to_party_id
5934: );
5935: FND_LOG.String
5936: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5935: FND_LOG.String

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

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

5932: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5933: , 'ship_to_party_id :' || p_service_request_rec.ship_to_party_id
5934: );
5935: FND_LOG.String
5936: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5937: , 'program_id :' || p_service_request_rec.program_id
5938: );
5939: FND_LOG.String
5940: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5939: FND_LOG.String

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

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

5936: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5937: , 'program_id :' || p_service_request_rec.program_id
5938: );
5939: FND_LOG.String
5940: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5941: , 'program_application_id :' || p_service_request_rec.program_application_id
5942: );
5943: FND_LOG.String
5944: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5943: FND_LOG.String

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

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

5940: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5941: , 'program_application_id :' || p_service_request_rec.program_application_id
5942: );
5943: FND_LOG.String
5944: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5945: , 'conc_request_id :' || p_service_request_rec.conc_request_id
5946: );
5947: FND_LOG.String
5948: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5947: FND_LOG.String

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

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

5944: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5945: , 'conc_request_id :' || p_service_request_rec.conc_request_id
5946: );
5947: FND_LOG.String
5948: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5949: , 'program_login_id :' || p_service_request_rec.program_login_id
5950: );
5951: FND_LOG.String
5952: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5951: FND_LOG.String

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

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

5948: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5949: , 'program_login_id :' || p_service_request_rec.program_login_id
5950: );
5951: FND_LOG.String
5952: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5953: , 'bill_to_site_id :' || p_service_request_rec.bill_to_site_id
5954: );
5955: FND_LOG.String
5956: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5955: FND_LOG.String

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

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

5952: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5953: , 'bill_to_site_id :' || p_service_request_rec.bill_to_site_id
5954: );
5955: FND_LOG.String
5956: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5957: , 'ship_to_site_id :' || p_service_request_rec.ship_to_site_id
5958: );
5959: FND_LOG.String
5960: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5959: FND_LOG.String

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

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

5956: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5957: , 'ship_to_site_id :' || p_service_request_rec.ship_to_site_id
5958: );
5959: FND_LOG.String
5960: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5961: , 'incident_point_of_interest :' || p_service_request_rec.incident_point_of_interest
5962: );
5963: FND_LOG.String
5964: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5963: FND_LOG.String

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

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

5960: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5961: , 'incident_point_of_interest :' || p_service_request_rec.incident_point_of_interest
5962: );
5963: FND_LOG.String
5964: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5965: , 'incident_cross_street :' || p_service_request_rec.incident_cross_street
5966: );
5967: FND_LOG.String
5968: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5967: FND_LOG.String

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

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

5964: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5965: , 'incident_cross_street :' || p_service_request_rec.incident_cross_street
5966: );
5967: FND_LOG.String
5968: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5969: , 'incident_direction_qualifier :' || p_service_request_rec.incident_direction_qualifier
5970: );
5971: FND_LOG.String
5972: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5971: FND_LOG.String

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

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

5968: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5969: , 'incident_direction_qualifier :' || p_service_request_rec.incident_direction_qualifier
5970: );
5971: FND_LOG.String
5972: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5973: , 'incident_distance_qualifier :' || p_service_request_rec.incident_distance_qualifier
5974: );
5975: FND_LOG.String
5976: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5975: FND_LOG.String

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

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

5972: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5973: , 'incident_distance_qualifier :' || p_service_request_rec.incident_distance_qualifier
5974: );
5975: FND_LOG.String
5976: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5977: , 'incident_distance_qual_uom :' || p_service_request_rec.incident_distance_qual_uom
5978: );
5979: FND_LOG.String
5980: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5979: FND_LOG.String

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

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

5976: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5977: , 'incident_distance_qual_uom :' || p_service_request_rec.incident_distance_qual_uom
5978: );
5979: FND_LOG.String
5980: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5981: , 'incident_address2 :' || p_service_request_rec.incident_address2
5982: );
5983: FND_LOG.String
5984: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5983: FND_LOG.String

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

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

5980: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5981: , 'incident_address2 :' || p_service_request_rec.incident_address2
5982: );
5983: FND_LOG.String
5984: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5985: , 'incident_address3 :' || p_service_request_rec.incident_address3
5986: );
5987: FND_LOG.String
5988: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5987: FND_LOG.String

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

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

5984: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5985: , 'incident_address3 :' || p_service_request_rec.incident_address3
5986: );
5987: FND_LOG.String
5988: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5989: , 'incident_address4 :' || p_service_request_rec.incident_address4
5990: );
5991: FND_LOG.String
5992: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5991: FND_LOG.String

5987: FND_LOG.String
5988: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5989: , 'incident_address4 :' || p_service_request_rec.incident_address4
5990: );
5991: FND_LOG.String
5992: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5993: , 'incident_address_style :' || p_service_request_rec.incident_address_style
5994: );
5995: FND_LOG.String

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

5988: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5989: , 'incident_address4 :' || p_service_request_rec.incident_address4
5990: );
5991: FND_LOG.String
5992: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5993: , 'incident_address_style :' || p_service_request_rec.incident_address_style
5994: );
5995: FND_LOG.String
5996: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5995: FND_LOG.String

5991: FND_LOG.String
5992: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5993: , 'incident_address_style :' || p_service_request_rec.incident_address_style
5994: );
5995: FND_LOG.String
5996: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5997: , 'incident_addr_lines_phonetic :' || p_service_request_rec.incident_addr_lines_phonetic
5998: );
5999: FND_LOG.String

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

5992: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5993: , 'incident_address_style :' || p_service_request_rec.incident_address_style
5994: );
5995: FND_LOG.String
5996: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5997: , 'incident_addr_lines_phonetic :' || p_service_request_rec.incident_addr_lines_phonetic
5998: );
5999: FND_LOG.String
6000: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 5999: FND_LOG.String

5995: FND_LOG.String
5996: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5997: , 'incident_addr_lines_phonetic :' || p_service_request_rec.incident_addr_lines_phonetic
5998: );
5999: FND_LOG.String
6000: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6001: , 'incident_po_box_number :' || p_service_request_rec.incident_po_box_number
6002: );
6003: FND_LOG.String

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

5996: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
5997: , 'incident_addr_lines_phonetic :' || p_service_request_rec.incident_addr_lines_phonetic
5998: );
5999: FND_LOG.String
6000: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6001: , 'incident_po_box_number :' || p_service_request_rec.incident_po_box_number
6002: );
6003: FND_LOG.String
6004: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6003: FND_LOG.String

5999: FND_LOG.String
6000: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6001: , 'incident_po_box_number :' || p_service_request_rec.incident_po_box_number
6002: );
6003: FND_LOG.String
6004: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6005: , 'incident_house_number :' || p_service_request_rec.incident_house_number
6006: );
6007: FND_LOG.String

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

6000: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6001: , 'incident_po_box_number :' || p_service_request_rec.incident_po_box_number
6002: );
6003: FND_LOG.String
6004: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6005: , 'incident_house_number :' || p_service_request_rec.incident_house_number
6006: );
6007: FND_LOG.String
6008: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6007: FND_LOG.String

6003: FND_LOG.String
6004: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6005: , 'incident_house_number :' || p_service_request_rec.incident_house_number
6006: );
6007: FND_LOG.String
6008: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6009: , 'incident_street_suffix :' || p_service_request_rec.incident_street_suffix
6010: );
6011: FND_LOG.String

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

6004: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6005: , 'incident_house_number :' || p_service_request_rec.incident_house_number
6006: );
6007: FND_LOG.String
6008: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6009: , 'incident_street_suffix :' || p_service_request_rec.incident_street_suffix
6010: );
6011: FND_LOG.String
6012: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6011: FND_LOG.String

6007: FND_LOG.String
6008: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6009: , 'incident_street_suffix :' || p_service_request_rec.incident_street_suffix
6010: );
6011: FND_LOG.String
6012: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6013: , 'incident_street :' || p_service_request_rec.incident_street
6014: );
6015: FND_LOG.String

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

6008: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6009: , 'incident_street_suffix :' || p_service_request_rec.incident_street_suffix
6010: );
6011: FND_LOG.String
6012: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6013: , 'incident_street :' || p_service_request_rec.incident_street
6014: );
6015: FND_LOG.String
6016: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6015: FND_LOG.String

6011: FND_LOG.String
6012: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6013: , 'incident_street :' || p_service_request_rec.incident_street
6014: );
6015: FND_LOG.String
6016: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6017: , 'incident_street_number :' || p_service_request_rec.incident_street_number
6018: );
6019: FND_LOG.String

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

6012: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6013: , 'incident_street :' || p_service_request_rec.incident_street
6014: );
6015: FND_LOG.String
6016: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6017: , 'incident_street_number :' || p_service_request_rec.incident_street_number
6018: );
6019: FND_LOG.String
6020: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6019: FND_LOG.String

6015: FND_LOG.String
6016: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6017: , 'incident_street_number :' || p_service_request_rec.incident_street_number
6018: );
6019: FND_LOG.String
6020: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6021: , 'incident_floor :' || p_service_request_rec.incident_floor
6022: );
6023: FND_LOG.String

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

6016: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6017: , 'incident_street_number :' || p_service_request_rec.incident_street_number
6018: );
6019: FND_LOG.String
6020: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6021: , 'incident_floor :' || p_service_request_rec.incident_floor
6022: );
6023: FND_LOG.String
6024: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6023: FND_LOG.String

6019: FND_LOG.String
6020: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6021: , 'incident_floor :' || p_service_request_rec.incident_floor
6022: );
6023: FND_LOG.String
6024: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6025: , 'incident_suite :' || p_service_request_rec.incident_suite
6026: );
6027: FND_LOG.String

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

6020: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6021: , 'incident_floor :' || p_service_request_rec.incident_floor
6022: );
6023: FND_LOG.String
6024: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6025: , 'incident_suite :' || p_service_request_rec.incident_suite
6026: );
6027: FND_LOG.String
6028: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6027: FND_LOG.String

6023: FND_LOG.String
6024: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6025: , 'incident_suite :' || p_service_request_rec.incident_suite
6026: );
6027: FND_LOG.String
6028: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6029: , 'incident_postal_plus4_code :' || p_service_request_rec.incident_postal_plus4_code
6030: );
6031: FND_LOG.String

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

6024: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6025: , 'incident_suite :' || p_service_request_rec.incident_suite
6026: );
6027: FND_LOG.String
6028: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6029: , 'incident_postal_plus4_code :' || p_service_request_rec.incident_postal_plus4_code
6030: );
6031: FND_LOG.String
6032: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6031: FND_LOG.String

6027: FND_LOG.String
6028: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6029: , 'incident_postal_plus4_code :' || p_service_request_rec.incident_postal_plus4_code
6030: );
6031: FND_LOG.String
6032: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6033: , 'incident_position :' || p_service_request_rec.incident_position
6034: );
6035: FND_LOG.String

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

6028: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6029: , 'incident_postal_plus4_code :' || p_service_request_rec.incident_postal_plus4_code
6030: );
6031: FND_LOG.String
6032: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6033: , 'incident_position :' || p_service_request_rec.incident_position
6034: );
6035: FND_LOG.String
6036: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6035: FND_LOG.String

6031: FND_LOG.String
6032: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6033: , 'incident_position :' || p_service_request_rec.incident_position
6034: );
6035: FND_LOG.String
6036: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6037: , 'incident_location_directions :' || p_service_request_rec.incident_location_directions
6038: );
6039: FND_LOG.String

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

6032: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6033: , 'incident_position :' || p_service_request_rec.incident_position
6034: );
6035: FND_LOG.String
6036: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6037: , 'incident_location_directions :' || p_service_request_rec.incident_location_directions
6038: );
6039: FND_LOG.String
6040: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6039: FND_LOG.String

6035: FND_LOG.String
6036: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6037: , 'incident_location_directions :' || p_service_request_rec.incident_location_directions
6038: );
6039: FND_LOG.String
6040: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6041: , 'incident_location_description :' || p_service_request_rec.incident_location_description
6042: );
6043: FND_LOG.String

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

6036: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6037: , 'incident_location_directions :' || p_service_request_rec.incident_location_directions
6038: );
6039: FND_LOG.String
6040: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6041: , 'incident_location_description :' || p_service_request_rec.incident_location_description
6042: );
6043: FND_LOG.String
6044: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6043: FND_LOG.String

6039: FND_LOG.String
6040: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6041: , 'incident_location_description :' || p_service_request_rec.incident_location_description
6042: );
6043: FND_LOG.String
6044: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6045: , 'install_site_id :' || p_service_request_rec.install_site_id
6046: );
6047: FND_LOG.String

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

6040: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6041: , 'incident_location_description :' || p_service_request_rec.incident_location_description
6042: );
6043: FND_LOG.String
6044: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6045: , 'install_site_id :' || p_service_request_rec.install_site_id
6046: );
6047: FND_LOG.String
6048: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6047: FND_LOG.String

6043: FND_LOG.String
6044: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6045: , 'install_site_id :' || p_service_request_rec.install_site_id
6046: );
6047: FND_LOG.String
6048: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6049: , 'item_serial_number :' || p_service_request_rec.item_serial_number
6050: );
6051: FND_LOG.String

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

6044: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6045: , 'install_site_id :' || p_service_request_rec.install_site_id
6046: );
6047: FND_LOG.String
6048: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6049: , 'item_serial_number :' || p_service_request_rec.item_serial_number
6050: );
6051: FND_LOG.String
6052: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6051: FND_LOG.String

6047: FND_LOG.String
6048: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6049: , 'item_serial_number :' || p_service_request_rec.item_serial_number
6050: );
6051: FND_LOG.String
6052: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6053: , 'owning_department_id :' || p_service_request_rec.owning_department_id
6054: );
6055: FND_LOG.String

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

6048: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6049: , 'item_serial_number :' || p_service_request_rec.item_serial_number
6050: );
6051: FND_LOG.String
6052: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6053: , 'owning_department_id :' || p_service_request_rec.owning_department_id
6054: );
6055: FND_LOG.String
6056: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6055: FND_LOG.String

6051: FND_LOG.String
6052: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6053: , 'owning_department_id :' || p_service_request_rec.owning_department_id
6054: );
6055: FND_LOG.String
6056: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6057: , 'incident_location_type :' || p_service_request_rec.incident_location_type
6058: );
6059: FND_LOG.String

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

6052: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6053: , 'owning_department_id :' || p_service_request_rec.owning_department_id
6054: );
6055: FND_LOG.String
6056: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6057: , 'incident_location_type :' || p_service_request_rec.incident_location_type
6058: );
6059: FND_LOG.String
6060: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6059: FND_LOG.String

6055: FND_LOG.String
6056: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6057: , 'incident_location_type :' || p_service_request_rec.incident_location_type
6058: );
6059: FND_LOG.String
6060: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6061: , 'coverage_type :' || p_service_request_rec.coverage_type
6062: );
6063: FND_LOG.String

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

6056: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6057: , 'incident_location_type :' || p_service_request_rec.incident_location_type
6058: );
6059: FND_LOG.String
6060: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6061: , 'coverage_type :' || p_service_request_rec.coverage_type
6062: );
6063: FND_LOG.String
6064: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6063: FND_LOG.String

6059: FND_LOG.String
6060: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6061: , 'coverage_type :' || p_service_request_rec.coverage_type
6062: );
6063: FND_LOG.String
6064: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6065: , 'maint_organization_id :' || p_service_request_rec.maint_organization_id
6066: );
6067:

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

6060: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6061: , 'coverage_type :' || p_service_request_rec.coverage_type
6062: );
6063: FND_LOG.String
6064: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6065: , 'maint_organization_id :' || p_service_request_rec.maint_organization_id
6066: );
6067:
6068: -- For Notes

Line 6071: FND_LOG.String

6067:
6068: -- For Notes
6069: l_note_index := p_notes.FIRST;
6070: WHILE l_note_index IS NOT NULL LOOP
6071: FND_LOG.String
6072: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6073: , 'note :' ||p_notes(l_note_index).note
6074: );
6075: FND_LOG.String

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

6068: -- For Notes
6069: l_note_index := p_notes.FIRST;
6070: WHILE l_note_index IS NOT NULL LOOP
6071: FND_LOG.String
6072: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6073: , 'note :' ||p_notes(l_note_index).note
6074: );
6075: FND_LOG.String
6076: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6075: FND_LOG.String

6071: FND_LOG.String
6072: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6073: , 'note :' ||p_notes(l_note_index).note
6074: );
6075: FND_LOG.String
6076: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6077: , 'note_detail :' ||p_notes(l_note_index).note_detail
6078: );
6079: FND_LOG.String

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

6072: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6073: , 'note :' ||p_notes(l_note_index).note
6074: );
6075: FND_LOG.String
6076: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6077: , 'note_detail :' ||p_notes(l_note_index).note_detail
6078: );
6079: FND_LOG.String
6080: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6079: FND_LOG.String

6075: FND_LOG.String
6076: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6077: , 'note_detail :' ||p_notes(l_note_index).note_detail
6078: );
6079: FND_LOG.String
6080: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6081: , 'note_type :' ||p_notes(l_note_index).note_type
6082: );
6083: FND_LOG.String

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

6076: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6077: , 'note_detail :' ||p_notes(l_note_index).note_detail
6078: );
6079: FND_LOG.String
6080: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6081: , 'note_type :' ||p_notes(l_note_index).note_type
6082: );
6083: FND_LOG.String
6084: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6083: FND_LOG.String

6079: FND_LOG.String
6080: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6081: , 'note_type :' ||p_notes(l_note_index).note_type
6082: );
6083: FND_LOG.String
6084: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6085: , 'note_context_type_01 :' ||p_notes(l_note_index).note_context_type_01
6086: );
6087: FND_LOG.String

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

6080: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6081: , 'note_type :' ||p_notes(l_note_index).note_type
6082: );
6083: FND_LOG.String
6084: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6085: , 'note_context_type_01 :' ||p_notes(l_note_index).note_context_type_01
6086: );
6087: FND_LOG.String
6088: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6087: FND_LOG.String

6083: FND_LOG.String
6084: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6085: , 'note_context_type_01 :' ||p_notes(l_note_index).note_context_type_01
6086: );
6087: FND_LOG.String
6088: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6089: , 'note_context_type_id_01 :' ||p_notes(l_note_index).note_context_type_id_01
6090: );
6091: FND_LOG.String

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

6084: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6085: , 'note_context_type_01 :' ||p_notes(l_note_index).note_context_type_01
6086: );
6087: FND_LOG.String
6088: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6089: , 'note_context_type_id_01 :' ||p_notes(l_note_index).note_context_type_id_01
6090: );
6091: FND_LOG.String
6092: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6091: FND_LOG.String

6087: FND_LOG.String
6088: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6089: , 'note_context_type_id_01 :' ||p_notes(l_note_index).note_context_type_id_01
6090: );
6091: FND_LOG.String
6092: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6093: , 'note_context_type_02 :' ||p_notes(l_note_index).note_context_type_02
6094: );
6095: FND_LOG.String

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

6088: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6089: , 'note_context_type_id_01 :' ||p_notes(l_note_index).note_context_type_id_01
6090: );
6091: FND_LOG.String
6092: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6093: , 'note_context_type_02 :' ||p_notes(l_note_index).note_context_type_02
6094: );
6095: FND_LOG.String
6096: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6095: FND_LOG.String

6091: FND_LOG.String
6092: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6093: , 'note_context_type_02 :' ||p_notes(l_note_index).note_context_type_02
6094: );
6095: FND_LOG.String
6096: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6097: , 'note_context_type_id_02 :' ||p_notes(l_note_index).note_context_type_id_02
6098: );
6099: FND_LOG.String

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

6092: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6093: , 'note_context_type_02 :' ||p_notes(l_note_index).note_context_type_02
6094: );
6095: FND_LOG.String
6096: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6097: , 'note_context_type_id_02 :' ||p_notes(l_note_index).note_context_type_id_02
6098: );
6099: FND_LOG.String
6100: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6099: FND_LOG.String

6095: FND_LOG.String
6096: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6097: , 'note_context_type_id_02 :' ||p_notes(l_note_index).note_context_type_id_02
6098: );
6099: FND_LOG.String
6100: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6101: , 'note_context_type_03 :' ||p_notes(l_note_index).note_context_type_03
6102: );
6103: FND_LOG.String

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

6096: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6097: , 'note_context_type_id_02 :' ||p_notes(l_note_index).note_context_type_id_02
6098: );
6099: FND_LOG.String
6100: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6101: , 'note_context_type_03 :' ||p_notes(l_note_index).note_context_type_03
6102: );
6103: FND_LOG.String
6104: ( FND_LOG.level_procedure , L_LOG_MODULE || ''

Line 6103: FND_LOG.String

6099: FND_LOG.String
6100: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6101: , 'note_context_type_03 :' ||p_notes(l_note_index).note_context_type_03
6102: );
6103: FND_LOG.String
6104: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6105: , 'note_context_type_id_03 :' ||p_notes(l_note_index).note_context_type_id_03
6106: );
6107:

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

6100: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6101: , 'note_context_type_03 :' ||p_notes(l_note_index).note_context_type_03
6102: );
6103: FND_LOG.String
6104: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6105: , 'note_context_type_id_03 :' ||p_notes(l_note_index).note_context_type_id_03
6106: );
6107:
6108: l_note_index := p_notes.NEXT(l_note_index);

Line 6114: FND_LOG.String

6110:
6111: -- For Contacts
6112: l_contact_index := p_contacts.FIRST;
6113: WHILE l_contact_index IS NOT NULL LOOP
6114: FND_LOG.String
6115: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6116: , 'sr_contact_point_id :' || p_contacts(l_contact_index).sr_contact_point_id
6117: );
6118: FND_LOG.String

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

6111: -- For Contacts
6112: l_contact_index := p_contacts.FIRST;
6113: WHILE l_contact_index IS NOT NULL LOOP
6114: FND_LOG.String
6115: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6116: , 'sr_contact_point_id :' || p_contacts(l_contact_index).sr_contact_point_id
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: , 'sr_contact_point_id :' || p_contacts(l_contact_index).sr_contact_point_id
6117: );
6118: FND_LOG.String
6119: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6120: , 'party_id :' || p_contacts(l_contact_index).party_id
6121: );
6122: FND_LOG.String

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

6115: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6116: , 'sr_contact_point_id :' || p_contacts(l_contact_index).sr_contact_point_id
6117: );
6118: FND_LOG.String
6119: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6120: , 'party_id :' || p_contacts(l_contact_index).party_id
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: , 'party_id :' || p_contacts(l_contact_index).party_id
6121: );
6122: FND_LOG.String
6123: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6124: , 'contact_point_id :' || p_contacts(l_contact_index).contact_point_id
6125: );
6126: FND_LOG.String

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

6119: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6120: , 'party_id :' || p_contacts(l_contact_index).party_id
6121: );
6122: FND_LOG.String
6123: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6124: , 'contact_point_id :' || p_contacts(l_contact_index).contact_point_id
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: , 'contact_point_id :' || p_contacts(l_contact_index).contact_point_id
6125: );
6126: FND_LOG.String
6127: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6128: , 'contact_point_type :' || p_contacts(l_contact_index).contact_point_type
6129: );
6130: FND_LOG.String

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

6123: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6124: , 'contact_point_id :' || p_contacts(l_contact_index).contact_point_id
6125: );
6126: FND_LOG.String
6127: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6128: , 'contact_point_type :' || p_contacts(l_contact_index).contact_point_type
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: , 'contact_point_type :' || p_contacts(l_contact_index).contact_point_type
6129: );
6130: FND_LOG.String
6131: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6132: , 'primary_flag :' || p_contacts(l_contact_index).primary_flag
6133: );
6134: FND_LOG.String

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

6127: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6128: , 'contact_point_type :' || p_contacts(l_contact_index).contact_point_type
6129: );
6130: FND_LOG.String
6131: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6132: , 'primary_flag :' || p_contacts(l_contact_index).primary_flag
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: , 'primary_flag :' || p_contacts(l_contact_index).primary_flag
6133: );
6134: FND_LOG.String
6135: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6136: , 'contact_type :' || p_contacts(l_contact_index).contact_type
6137: );
6138: FND_LOG.String

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

6131: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6132: , 'primary_flag :' || p_contacts(l_contact_index).primary_flag
6133: );
6134: FND_LOG.String
6135: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6136: , 'contact_type :' || p_contacts(l_contact_index).contact_type
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: , 'contact_type :' || p_contacts(l_contact_index).contact_type
6137: );
6138: FND_LOG.String
6139: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6140: , 'party_role_code :' || P_contacts(l_contact_index).party_role_code
6141: );
6142: FND_LOG.String

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

6135: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6136: , 'contact_type :' || p_contacts(l_contact_index).contact_type
6137: );
6138: FND_LOG.String
6139: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6140: , 'party_role_code :' || P_contacts(l_contact_index).party_role_code
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: , 'party_role_code :' || P_contacts(l_contact_index).party_role_code
6141: );
6142: FND_LOG.String
6143: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6144: , 'start_date_active :' || P_contacts(l_contact_index).start_date_active
6145: );
6146: FND_LOG.String

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

6139: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6140: , 'party_role_code :' || P_contacts(l_contact_index).party_role_code
6141: );
6142: FND_LOG.String
6143: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6144: , 'start_date_active :' || P_contacts(l_contact_index).start_date_active
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: , 'start_date_active :' || P_contacts(l_contact_index).start_date_active
6145: );
6146: FND_LOG.String
6147: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6148: , 'end_date_active :' || P_contacts(l_contact_index).end_date_active
6149: );
6150:

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

6143: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6144: , 'start_date_active :' || P_contacts(l_contact_index).start_date_active
6145: );
6146: FND_LOG.String
6147: ( FND_LOG.level_procedure , L_LOG_MODULE || ''
6148: , 'end_date_active :' || P_contacts(l_contact_index).end_date_active
6149: );
6150:
6151: l_contact_index := p_contacts.NEXT(l_contact_index);