DBA Data[Home] [Help]

APPS.PSA_AP_BC_PVT dependencies on FND_MSG_PUB

Line 106: Fnd_Msg_Pub.Initialize;

102: -- Update the calling sequence --
103: l_curr_calling_sequence := 'PSA_AP_BC_PVT.'||l_debug_loc||'<-'||p_calling_sequence;
104: x_return_status := Fnd_Api.G_Ret_Sts_Success;
105: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
106: Fnd_Msg_Pub.Initialize;
107: END IF;
108: psa_utils.debug_other_string(g_state_level,l_api_name, 'BEGIN of procedure Delete_Events..' );
109: psa_utils.debug_other_string(g_state_level,l_api_name, 'p_ledger_id '||p_ledger_id);
110: psa_utils.debug_other_string(g_state_level,l_api_name, 'p_start_date '|| p_start_date);

Line 207: Fnd_Msg_Pub.Count_And_Get

203: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE', l_curr_calling_sequence);
204: END IF;
205: psa_utils.debug_other_string(g_excep_level,l_api_name,'EXCEPTION: '|| SQLERRM(sqlcode));
206: psa_utils.debug_other_string(g_excep_level,l_api_name,'Error in Delete_Events Procedure' );
207: Fnd_Msg_Pub.Count_And_Get
208: (
209: p_count => x_msg_count,
210: p_data => x_msg_data
211: );

Line 297: Fnd_Msg_Pub.ADD;

293: fnd_message.set_name('PSA','PSA_BC_EVENT_ALREADY_PROCESSED');
294: fnd_message.set_token('EVENT_ID',p_tab_fc_dist(i).bc_event_id);
295: fnd_message.set_token('INVOICE_ID',p_tab_fc_dist(i).invoice_id);
296: fnd_message.set_token('INV_DISTRIBUTION_ID',p_tab_fc_dist(i).inv_distribution_id);
297: Fnd_Msg_Pub.ADD;
298: Fnd_Msg_Pub.Count_And_Get
299: (
300: p_count => p_msg_count,
301: p_data => p_msg_data

Line 298: Fnd_Msg_Pub.Count_And_Get

294: fnd_message.set_token('EVENT_ID',p_tab_fc_dist(i).bc_event_id);
295: fnd_message.set_token('INVOICE_ID',p_tab_fc_dist(i).invoice_id);
296: fnd_message.set_token('INV_DISTRIBUTION_ID',p_tab_fc_dist(i).inv_distribution_id);
297: Fnd_Msg_Pub.ADD;
298: Fnd_Msg_Pub.Count_And_Get
299: (
300: p_count => p_msg_count,
301: p_data => p_msg_data
302: );

Line 353: Fnd_Msg_Pub.ADD;

349: fnd_message.set_name('PSA','PSA_BC_EVENT_ALREADY_PROCESSED');
350: fnd_message.set_token('EVENT_ID',event_rec.event_id);
351: fnd_message.set_token('INVOICE_ID',p_tab_fc_dist(i).invoice_id);
352: fnd_message.set_token('INV_DISTRIBUTION_ID',p_tab_fc_dist(i).inv_distribution_id);
353: Fnd_Msg_Pub.ADD;
354: Fnd_Msg_Pub.Count_And_Get
355: (
356: p_count => p_msg_count,
357: p_data => p_msg_data

Line 354: Fnd_Msg_Pub.Count_And_Get

350: fnd_message.set_token('EVENT_ID',event_rec.event_id);
351: fnd_message.set_token('INVOICE_ID',p_tab_fc_dist(i).invoice_id);
352: fnd_message.set_token('INV_DISTRIBUTION_ID',p_tab_fc_dist(i).inv_distribution_id);
353: Fnd_Msg_Pub.ADD;
354: Fnd_Msg_Pub.Count_And_Get
355: (
356: p_count => p_msg_count,
357: p_data => p_msg_data
358: );

Line 380: Fnd_Msg_Pub.Count_And_Get

376: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE', l_curr_calling_sequence);
377: FND_MESSAGE.SET_TOKEN('PARAMETERS','');
378: psa_utils.debug_other_string(g_excep_level,l_path_name,'EXCEPTION: '|| SQLERRM(sqlcode));
379: psa_utils.debug_other_string(g_excep_level,l_path_name,'Error in delete_unprocessed_events Procedure' );
380: Fnd_Msg_Pub.Count_And_Get
381: (
382: p_count => p_msg_count,
383: p_data => p_msg_data
384: );

Line 464: Fnd_Msg_Pub.Initialize;

460: BEGIN
461: fnd_file.put_line(fnd_file.log ,'>> PSA_AP_BC_PVT.Delete_Processed_Orphan_Events');
462: p_return_status := Fnd_Api.G_Ret_Sts_Success;
463: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
464: Fnd_Msg_Pub.Initialize;
465: END IF;
466:
467: l_path_name := g_full_path|| '.delete_processed_orphan_events';
468: psa_utils.debug_other_string(g_state_level,l_path_name, 'BEGIN of procedure delete_processed_orphan_events ' );

Line 601: Fnd_Msg_Pub.Count_And_Get

597: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE', p_calling_sequence);
598: END IF;
599: psa_utils.debug_other_string(g_excep_level,l_path_name,'EXCEPTION: '|| SQLERRM(sqlcode));
600: psa_utils.debug_other_string(g_excep_level,l_path_name,'Error in delete_processed_orphan_events Procedure' );
601: Fnd_Msg_Pub.Count_And_Get
602: (
603: p_count => p_msg_count,
604: p_data => p_msg_data
605: );

Line 791: Fnd_Msg_Pub.Initialize;

787: l_curr_calling_sequence := 'PSA_AP_BC_PVT.'||l_debug_loc|| '<-'||p_calling_sequence;
788:
789: x_return_status := Fnd_Api.G_Ret_Sts_Success;
790: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
791: Fnd_Msg_Pub.Initialize;
792: END IF;
793: psa_utils.debug_other_string(g_state_level,l_api_name, 'BEGIN of procedure Create_Events..' );
794: IF p_tab_fc_dist.COUNT < 1 THEN -- no rows to be processed
795: psa_utils.debug_other_string(g_state_level,l_api_name, 'No rows to be processed..' );

Line 1183: Fnd_Msg_Pub.ADD;

1179: psa_bc_xla_pvt.psa_xla_error ('PSA_AP_BC_STAMPING_ERROR');
1180:
1181: fnd_message.set_name('PSA','PSA_AP_BC_STAMPING_ERROR');
1182: fnd_message.set_token('INVOICE_ID',p_tab_fc_dist(1).invoice_id);
1183: Fnd_Msg_Pub.ADD;
1184: Fnd_Msg_Pub.Count_And_Get
1185: (
1186: p_count => x_msg_count,
1187: p_data => x_msg_data

Line 1184: Fnd_Msg_Pub.Count_And_Get

1180:
1181: fnd_message.set_name('PSA','PSA_AP_BC_STAMPING_ERROR');
1182: fnd_message.set_token('INVOICE_ID',p_tab_fc_dist(1).invoice_id);
1183: Fnd_Msg_Pub.ADD;
1184: Fnd_Msg_Pub.Count_And_Get
1185: (
1186: p_count => x_msg_count,
1187: p_data => x_msg_data
1188: );

Line 1209: Fnd_Msg_Pub.Count_And_Get

1205: ||',Calling_Mode = '|| p_calling_mode);
1206: END IF;
1207: psa_utils.debug_other_string(g_excep_level,l_api_name,'EXCEPTION: '|| SQLERRM(sqlcode));
1208: psa_utils.debug_other_string(g_excep_level,l_api_name,'Error in Create_Events Procedure' );
1209: Fnd_Msg_Pub.Count_And_Get
1210: (
1211: p_count => x_msg_count,
1212: p_data => x_msg_data
1213: );

Line 1240: Fnd_Msg_Pub.Initialize;

1236: l_api_name := g_full_path || '.Get_Detailed_Results';
1237: x_return_status := Fnd_Api.G_Ret_Sts_Success;
1238: psa_utils.debug_other_string(g_state_level,l_api_name,'Begin of Procedure Get_Detailed_Results' );
1239: IF Fnd_Api.To_Boolean(p_init_msg_list) THEN
1240: Fnd_Msg_Pub.Initialize;
1241: END IF;
1242:
1243: -- Update the calling sequence --
1244: l_curr_calling_sequence := 'PSA_AP_BC_PVT.'||l_debug_loc|| '<-'||p_calling_sequence;

Line 1318: Fnd_Msg_Pub.Count_And_Get

1314: END IF;
1315:
1316: psa_utils.debug_other_string(g_excep_level,l_api_name,'EXCEPTION: '|| SQLERRM(sqlcode));
1317: psa_utils.debug_other_string(g_excep_level,l_api_name,'Error in Get_Detailed_Results Procedure' );
1318: Fnd_Msg_Pub.Count_And_Get
1319: (
1320: p_count => x_msg_count,
1321: p_data => x_msg_data
1322: );

Line 2141: Fnd_Msg_Pub.Count_And_Get

2137: 'Invoice_id = '|| to_char(p_tab_fc_dist(1).invoice_id)
2138: ||',Calling_Mode = CANCEL ');
2139: END IF;
2140: psa_utils.debug_other_string(g_excep_level,l_api_name,'EXCEPTION: Unknown Error in Reinstate_PO_Encumbrance Procedure');
2141: Fnd_Msg_Pub.Count_And_Get
2142: (
2143: p_count => x_msg_count,
2144: p_data => x_msg_data
2145: );