DBA Data[Home] [Help]

APPS.OE_BULK_ORDER_PVT dependencies on OE_BULK_CONFIG_UTIL

Line 92: OE_BULK_CONFIG_UTIL.Delete_Configurations

88: -- Delete CZ configuration revisions
89: IF (p_process_configurations = 'Y') AND
90: nvl(G_CONFIGURATOR_USED, 'N') = 'Y'
91: THEN
92: OE_BULK_CONFIG_UTIL.Delete_Configurations
93: ( p_error_rec => G_ERROR_REC
94: ,x_return_status => l_return_status
95: );
96:

Line 99: oe_debug_pub.add( 'ERROR IN OE_BULK_CONFIG_UTIL.Delete_Configurations :'

95: );
96:
97: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
98: IF l_debug_level > 0 THEN
99: oe_debug_pub.add( 'ERROR IN OE_BULK_CONFIG_UTIL.Delete_Configurations :'
100: ||L_RETURN_STATUS ) ;
101: END IF;
102: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
103: END IF;

Line 1254: oe_debug_pub.add( 'CALLING OE_BULK_CONFIG_UTIL.Pre_Process ' ) ;

1250:
1251: IF (p_process_configurations = 'Y') THEN
1252:
1253: IF l_debug_level > 0 THEN
1254: oe_debug_pub.add( 'CALLING OE_BULK_CONFIG_UTIL.Pre_Process ' ) ;
1255: END IF;
1256:
1257: SELECT hsecs INTO l_start_time from v$timer;
1258:

Line 1259: OE_BULK_CONFIG_UTIL.Pre_Process

1255: END IF;
1256:
1257: SELECT hsecs INTO l_start_time from v$timer;
1258:
1259: OE_BULK_CONFIG_UTIL.Pre_Process
1260: (p_batch_id => p_batch_id,
1261: p_validate_only => p_validate_only,
1262: p_use_configurator => G_CONFIGURATOR_USED,
1263: p_validate_configurations => p_validate_configurations);