DBA Data[Home] [Help]

APPS.CZ_IB_TRANSACTIONS dependencies on FND_MSG_PUB

Line 61: fnd_msg_pub.GET(i,fnd_api.g_false),

57: USER,
58: 1,
59: 'CZ_IB_TRANSACTIONS',
60: 11276,
61: fnd_msg_pub.GET(i,fnd_api.g_false),
62: m_COUNTER);
63: COMMIT;
64:
65: cz_utils.log_report('CZ_IB_TRANSACTIONS', null, m_COUNTER,

Line 66: fnd_msg_pub.GET(i,fnd_api.g_false), fnd_log.LEVEL_ERROR);

62: m_COUNTER);
63: COMMIT;
64:
65: cz_utils.log_report('CZ_IB_TRANSACTIONS', null, m_COUNTER,
66: fnd_msg_pub.GET(i,fnd_api.g_false), fnd_log.LEVEL_ERROR);
67: END LOOP;
68:
69: END IF;
70:

Line 120: fnd_msg_pub.initialize;

116: ) IS
117:
118: BEGIN
119: IF p_init_fnd IS NULL THEN
120: fnd_msg_pub.initialize;
121: END IF;
122: m_COUNTER:=0; m_CZ_IB_AUTO_EXPIRATION:='Y';
123:
124: --