DBA Data[Home] [Help]

APPS.CCT_SERVERDATAINPUT_PUB dependencies on STANDARD

Line 90: Total occurences in this minute. Standard identification tone?

86: Total occurences in this minute.
87:
88: : p_sit_count IN NUMBER Optional
89: Default = NULL
90: Total occurences in this minute. Standard identification tone?
91:
92: : p_rna_count IN NUMBER Optional
93: Default = NULL
94: Total occurences in this minute. Ring no answer.

Line 126: Standard deviation of idle time for agents this minute. In seconds.

122: Average idle time for agents this minute. In seconds.
123:
124: : p_wait_time_std_dev IN NUMBER Optional
125: Default = NULL
126: Standard deviation of idle time for agents this minute. In seconds.
127:
128: : p_wait_time_cumulative_avg IN NUMBER Optional
129: Default = NULL
130: Average idle time for agents cumulative for today. In seconds.

Line 134: Standard deviation of idle time for agents cumulative for today.

130: Average idle time for agents cumulative for today. In seconds.
131:
132: : p_wait_time_cumulative_stddev IN NUMBER Optional
133: Default = NULL
134: Standard deviation of idle time for agents cumulative for today.
135: In seconds.
136:
137: : p_wait_time_minimum IN NUMBER Optional
138: Default = NULL

Line 295: -- Standard Start of API savepoint

291: l_campaign_id NUMBER := -1;
292: l_list_id NUMBER := -1;
293:
294: BEGIN
295: -- Standard Start of API savepoint
296: SAVEPOINT Advanced_Outbound_Input_PUB;
297:
298: -- Standard call to check for call compatibility
299: IF NOT FND_API.Compatible_API_Call ( l_api_version,

Line 298: -- Standard call to check for call compatibility

294: BEGIN
295: -- Standard Start of API savepoint
296: SAVEPOINT Advanced_Outbound_Input_PUB;
297:
298: -- Standard call to check for call compatibility
299: IF NOT FND_API.Compatible_API_Call ( l_api_version,
300: p_api_version,
301: l_api_name,
302: G_PKG_NAME)

Line 439: -- Standard check of p_commit

435: END IF;
436:
437: -- End of API body
438:
439: -- Standard check of p_commit
440: IF FND_API.To_Boolean( p_commit ) THEN
441: COMMIT WORK;
442: END IF;
443:

Line 444: -- Standard call to get message count and if count is 1, get message info

440: IF FND_API.To_Boolean( p_commit ) THEN
441: COMMIT WORK;
442: END IF;
443:
444: -- Standard call to get message count and if count is 1, get message info
445: FND_MSG_PUB.Count_And_Get
446: ( p_encoded => l_encoded,
447: p_count => x_msg_count,
448: p_data => x_msg_data

Line 657: -- Standard Start of API savepoint

653: l_items_not_serv_within_LOS NUMBER := p_items_not_serv_within_LOS;
654: l_quota NUMBER := 0;
655:
656: BEGIN
657: -- Standard Start of API savepoint
658: SAVEPOINT Interaction_Blending_Input_PUB;
659:
660: -- Standard call to check for call compatibility
661: IF NOT FND_API.Compatible_API_Call ( l_api_version,

Line 660: -- Standard call to check for call compatibility

656: BEGIN
657: -- Standard Start of API savepoint
658: SAVEPOINT Interaction_Blending_Input_PUB;
659:
660: -- Standard call to check for call compatibility
661: IF NOT FND_API.Compatible_API_Call ( l_api_version,
662: p_api_version,
663: l_api_name,
664: G_PKG_NAME)

Line 813: -- Standard check of p_commit

809: END IF;
810:
811: -- End of API body
812:
813: -- Standard check of p_commit
814: IF FND_API.To_Boolean( p_commit ) THEN
815: COMMIT WORK;
816: END IF;
817:

Line 818: -- Standard call to get message count and if count is 1, get message info

814: IF FND_API.To_Boolean( p_commit ) THEN
815: COMMIT WORK;
816: END IF;
817:
818: -- Standard call to get message count and if count is 1, get message info
819: FND_MSG_PUB.Count_And_Get
820: ( p_encoded => l_encoded,
821: p_count => x_msg_count,
822: p_data => x_msg_data

Line 966: Standard deviation for average speed to answer.

962: = p_speed_to_answer_total / p_interactions_answered
963:
964: : p_speed_to_answer_std_dev IN NUMBER Optional
965: Default = NULL
966: Standard deviation for average speed to answer.
967:
968: : p_speed_to_answer_total IN NUMBER Optional
969: Default = NULL
970: Total speed to answer time, in seconds.

Line 979: Standard deviation for average wait to abandon.

975: = p_wait_to_abandon_total / p_interactions_abandoned
976:
977: : p_wait_to_abandon_std_dev IN NUMBER Optional
978: Default = NULL
979: Standard deviation for average wait to abandon.
980:
981: : p_wait_to_abandon_total IN NUMBER Optional
982: Default = NULL
983: Total wait to abandon, in seconds.

Line 1076: -- Standard Start of API savepoint

1072: l_interaction_center_id NUMBER := -1;
1073: l_interaction_class_name VARCHAR2(240) := '';
1074:
1075: BEGIN
1076: -- Standard Start of API savepoint
1077: SAVEPOINT MCM_Input_PUB;
1078:
1079: -- Standard call to check for call compatibility
1080: IF NOT FND_API.Compatible_API_Call ( l_api_version,

Line 1079: -- Standard call to check for call compatibility

1075: BEGIN
1076: -- Standard Start of API savepoint
1077: SAVEPOINT MCM_Input_PUB;
1078:
1079: -- Standard call to check for call compatibility
1080: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1081: p_api_version,
1082: l_api_name,
1083: G_PKG_NAME)

Line 1190: -- Standard check of p_commit

1186: END IF;
1187:
1188: -- End of API body
1189:
1190: -- Standard check of p_commit
1191: IF FND_API.To_Boolean( p_commit ) THEN
1192: COMMIT WORK;
1193: END IF;
1194:

Line 1195: -- Standard call to get message count and if count is 1, get message info

1191: IF FND_API.To_Boolean( p_commit ) THEN
1192: COMMIT WORK;
1193: END IF;
1194:
1195: -- Standard call to get message count and if count is 1, get message info
1196: FND_MSG_PUB.Count_And_Get
1197: ( p_encoded => l_encoded,
1198: p_count => x_msg_count,
1199: p_data => x_msg_data