DBA Data[Home] [Help]

APPS.JTF_TASK_AUDITS_PVT dependencies on FND_MSG_PUB

Line 359: fnd_msg_pub.initialize;

355:
356: -- Initialize message list if requested
357: IF fnd_api.to_boolean (p_init_msg_list)
358: THEN
359: fnd_msg_pub.initialize;
360: END IF;
361:
362: -- Initialize return status to SUCCESS
363: x_return_status := fnd_api.g_ret_sts_success;

Line 1152: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

1148: THEN
1149: COMMIT WORK;
1150: END IF;
1151:
1152: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1153: EXCEPTION
1154: WHEN fnd_api.g_exc_error
1155: THEN
1156: ROLLBACK TO process_task_audit_pvt;

Line 1158: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

1154: WHEN fnd_api.g_exc_error
1155: THEN
1156: ROLLBACK TO process_task_audit_pvt;
1157: x_return_status := fnd_api.g_ret_sts_error;
1158: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1159: WHEN fnd_api.g_exc_unexpected_error
1160: THEN
1161: ROLLBACK TO process_task_audit_pvt;
1162: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1163: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

1159: WHEN fnd_api.g_exc_unexpected_error
1160: THEN
1161: ROLLBACK TO process_task_audit_pvt;
1162: x_return_status := fnd_api.g_ret_sts_unexp_error;
1163: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1164: WHEN OTHERS
1165: THEN
1166: ROLLBACK TO process_task_audit_pvt;
1167: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1169: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)

1165: THEN
1166: ROLLBACK TO process_task_audit_pvt;
1167: x_return_status := fnd_api.g_ret_sts_unexp_error;
1168:
1169: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
1170: THEN
1171: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1172: END IF;
1173:

Line 1171: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

1167: x_return_status := fnd_api.g_ret_sts_unexp_error;
1168:
1169: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
1170: THEN
1171: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1172: END IF;
1173:
1174: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1175: END;

Line 1174: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

1170: THEN
1171: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1172: END IF;
1173:
1174: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1175: END;
1176:
1177: PROCEDURE create_task_audits (
1178: p_api_version IN NUMBER,

Line 1504: fnd_msg_pub.initialize;

1500: END IF;
1501:
1502: IF fnd_api.to_boolean (p_init_msg_list)
1503: THEN
1504: fnd_msg_pub.initialize;
1505: END IF;
1506:
1507: x_return_status := fnd_api.g_ret_sts_success;
1508:

Line 1715: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

1711: THEN
1712: COMMIT WORK;
1713: END IF;
1714:
1715: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1716: EXCEPTION
1717: WHEN fnd_api.g_exc_error
1718: THEN
1719: ROLLBACK TO process_task_audit_pvt;

Line 1721: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

1717: WHEN fnd_api.g_exc_error
1718: THEN
1719: ROLLBACK TO process_task_audit_pvt;
1720: x_return_status := fnd_api.g_ret_sts_error;
1721: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1722: WHEN fnd_api.g_exc_unexpected_error
1723: THEN
1724: ROLLBACK TO process_task_audit_pvt;
1725: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1726: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

1722: WHEN fnd_api.g_exc_unexpected_error
1723: THEN
1724: ROLLBACK TO process_task_audit_pvt;
1725: x_return_status := fnd_api.g_ret_sts_unexp_error;
1726: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1727: WHEN OTHERS
1728: THEN
1729: ROLLBACK TO process_task_audit_pvt;
1730: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 1732: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)

1728: THEN
1729: ROLLBACK TO process_task_audit_pvt;
1730: x_return_status := fnd_api.g_ret_sts_unexp_error;
1731:
1732: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
1733: THEN
1734: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1735: END IF;
1736:

Line 1734: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);

1730: x_return_status := fnd_api.g_ret_sts_unexp_error;
1731:
1732: IF fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_unexp_error)
1733: THEN
1734: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1735: END IF;
1736:
1737: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1738: END;

Line 1737: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);

1733: THEN
1734: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1735: END IF;
1736:
1737: fnd_msg_pub.count_and_get (p_count => x_msg_count, p_data => x_msg_data);
1738: END;
1739:
1740: procedure INSERT_ROW (
1741: X_ROWID in out NOCOPY VARCHAR2,