DBA Data[Home] [Help]

APPS.XNP_MSG_BUILDER dependencies on STANDARD

Line 1276: -- It is passed with the value from xnp_standard.fe_value.

1272: THEN
1273:
1274: -- BUG # 1500177
1275: -- added fe_name parameter to be passed while calling push()
1276: -- It is passed with the value from xnp_standard.fe_value.
1277: -- The package variable is populated by xnp_standard before call
1278: -- to .send() is made.
1279:
1280: x_publish_body := x_publish_body

Line 1277: -- The package variable is populated by xnp_standard before call

1273:
1274: -- BUG # 1500177
1275: -- added fe_name parameter to be passed while calling push()
1276: -- It is passed with the value from xnp_standard.fe_value.
1277: -- The package variable is populated by xnp_standard before call
1278: -- to .send() is made.
1279:
1280: x_publish_body := x_publish_body
1281: || ' IF (x_error_code = 0) THEN' || g_new_line

Line 1289: || ' p_fe_name => xnp_standard.fe_name, '

1285: || ' p_queue_name => xnp_event.c_outbound_msg_q, '
1286: || g_new_line
1287: || ' p_recipient_list => l_consumer_list, '
1288: || g_new_line
1289: || ' p_fe_name => xnp_standard.fe_name, '
1290: || g_new_line
1291: -- || ' p_correlation_id => TO_CHAR(x_message_id), '
1292: || ' p_correlation_id => l_msg_header.message_code, '
1293: || g_new_line