DBA Data[Home] [Help]

APPS.CN_PMTSUB_PUB dependencies on CN_MESSAGE_PKG

Line 44: cn_message_pkg.begin_batch

40: fnd_msg_pub.ADD;
41: RAISE FND_API.G_EXC_ERROR;
42: END IF;
43:
44: cn_message_pkg.begin_batch
45:
46: ( x_process_type => 'PMT',
47: x_process_audit_id => l_proc_audit_id,
48: x_parent_proc_audit_id => l_proc_audit_id,

Line 52: cn_message_pkg.debug('***************************************************');

48: x_parent_proc_audit_id => l_proc_audit_id,
49: x_request_id => NULL,
50: p_org_id => l_org_id
51: );
52: cn_message_pkg.debug('***************************************************');
53: cn_message_pkg.debug('Processing payment');
54:
55: Pay
56: ( p_api_version => 1.0,

Line 53: cn_message_pkg.debug('Processing payment');

49: x_request_id => NULL,
50: p_org_id => l_org_id
51: );
52: cn_message_pkg.debug('***************************************************');
53: cn_message_pkg.debug('Processing payment');
54:
55: Pay
56: ( p_api_version => 1.0,
57: p_init_msg_list => fnd_api.g_true,

Line 73: cn_message_pkg.debug('Error for payrun : '||errbuf);

69: THEN
70: retcode := 2;
71: errbuf := FND_MSG_PUB.get(p_msg_index => fnd_msg_pub.G_LAST,
72: p_encoded => FND_API.G_FALSE);
73: cn_message_pkg.debug('Error for payrun : '||errbuf);
74:
75: ELSE
76: COMMIT;
77: END IF;