DBA Data[Home] [Help]

APPS.PA_CAP_INT_PVT dependencies on FND_MSG_PUB

Line 1572: fnd_msg_pub.initialize;

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

Line 3004: fnd_msg_pub.initialize;

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