DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on FND_MSG_PUB

Line 1569: fnd_msg_pub.initialize;

1565: ,x_debug_mode => g_debug_mode);
1566:
1567:
1568: -- Clear the message stack
1569: fnd_msg_pub.initialize;
1570:
1571: If g_debug_mode = 'Y' Then
1572: pa_debug.write_file('LOG',substr('INSIDE Generate Capint API IN PARAMS: p_from_project_num ['
1573: ||p_from_project_num||']p_to_project_num['||p_to_project_num||

Line 3001: fnd_msg_pub.initialize;

2997: ,x_debug_mode => g_debug_mode);
2998:
2999:
3000: -- Clear the message stack
3001: fnd_msg_pub.initialize;
3002:
3003:
3004: -- Initialize variables
3005: ln_tot_rows_deleted := 0;