DBA Data[Home] [Help]

APPS.CSD_GEN_UTILITY_PVT dependencies on FND_MSG_PUB

Line 80: fnd_msg_pub.count_and_get(

76: l_msg_count NUMBER;
77: l_msg_data VARCHAR2(2000);
78: l_msg_index_out NUMBER;
79: BEGIN
80: fnd_msg_pub.count_and_get(
81: p_count => l_msg_count,
82: p_data => l_msg_data);
83: FOR l_ind IN 1..l_msg_count
84: LOOP

Line 85: fnd_msg_pub.get(

81: p_count => l_msg_count,
82: p_data => l_msg_data);
83: FOR l_ind IN 1..l_msg_count
84: LOOP
85: fnd_msg_pub.get(
86: p_msg_index => l_ind,
87: p_encoded => fnd_api.g_false,
88: p_data => l_msg_data,
89: p_msg_index_out => l_msg_index_out);

Line 101: fnd_msg_pub.count_and_get(

97: l_msg_data VARCHAR2(2000);
98: l_msg_index_out NUMBER;
99: x_msg_data VARCHAR2(4000);
100: BEGIN
101: fnd_msg_pub.count_and_get(
102: p_count => l_msg_count,
103: p_data => l_msg_data);
104: FOR l_ind IN 1..l_msg_count
105: LOOP

Line 106: fnd_msg_pub.get(

102: p_count => l_msg_count,
103: p_data => l_msg_data);
104: FOR l_ind IN 1..l_msg_count
105: LOOP
106: fnd_msg_pub.get(
107: p_msg_index => l_ind,
108: p_encoded => fnd_api.g_false,
109: p_data => l_msg_data,
110: p_msg_index_out => l_msg_index_out);