DBA Data[Home] [Help]

APPS.GMD_OPERATION_RESOURCES_PUB dependencies on GMD_OPERATION_RESOURCES_PVT

Line 417: GMD_OPERATION_RESOURCES_PVT.insert_operation_resources(p_oprn_line_id => p_oprn_line_id,

413: IF (l_debug = 'Y') THEN
414: gmd_debug.put_line('before PVT routine called');
415: END IF;
416:
417: GMD_OPERATION_RESOURCES_PVT.insert_operation_resources(p_oprn_line_id => p_oprn_line_id,
418: p_oprn_rsrc_tbl => l_oprn_rsrc_tbl,
419: x_message_count => x_message_count,
420: x_message_list => x_message_list,
421: x_return_status => l_return_status);

Line 700: GMD_OPERATION_RESOURCES_PVT.update_operation_resources(p_oprn_line_id => p_oprn_line_id

696: IF (l_debug = 'Y') THEN
697: gmd_debug.put_line('before PVT routine called');
698: END IF;
699:
700: GMD_OPERATION_RESOURCES_PVT.update_operation_resources(p_oprn_line_id => p_oprn_line_id
701: , p_resources => p_resources
702: , p_update_table => p_update_table
703: , x_message_count => x_message_count
704: , x_message_list => x_message_list

Line 866: gmd_operation_resources_pvt.delete_operation_resource(p_oprn_line_id => p_oprn_line_id

862: /* Call PVT delete_operation_resources */
863: IF (l_debug = 'Y') THEN
864: gmd_debug.put_line('before call to delete_operation_resource PVT');
865: END IF;
866: gmd_operation_resources_pvt.delete_operation_resource(p_oprn_line_id => p_oprn_line_id
867: ,p_resources => p_resources
868: , x_message_count => x_message_count
869: , x_message_list => x_message_list
870: , x_return_status => l_return_status);